summaryrefslogtreecommitdiffstats
path: root/meta/packages/popt
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 12:32:23 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 12:32:23 +0000
commit2befc63653c419800b3b71c599e96015383462c8 (patch)
treee5c52d23e68b811703a2790f8bccf57b5c894345 /meta/packages/popt
parenta936cf24a60ac3529e7506855e8edd71f5d56493 (diff)
downloadpoky-2befc63653c419800b3b71c599e96015383462c8.tar.gz
Various minor updates from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@927 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/popt')
-rw-r--r--meta/packages/popt/popt-native_1.7.bb1
-rw-r--r--meta/packages/popt/popt_1.7.bb5
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/popt/popt-native_1.7.bb b/meta/packages/popt/popt-native_1.7.bb
index f8644f1425..75b90d0763 100644
--- a/meta/packages/popt/popt-native_1.7.bb
+++ b/meta/packages/popt/popt-native_1.7.bb
@@ -1,4 +1,3 @@
1SECTION = "unknown"
2require popt_${PV}.bb 1require popt_${PV}.bb
3inherit native 2inherit native
4 3
diff --git a/meta/packages/popt/popt_1.7.bb b/meta/packages/popt/popt_1.7.bb
index 6984dbdb13..6f4dfd7acf 100644
--- a/meta/packages/popt/popt_1.7.bb
+++ b/meta/packages/popt/popt_1.7.bb
@@ -1,8 +1,9 @@
1SECTION = "libs"
2DESCRIPTION = "The popt library exists essentially \ 1DESCRIPTION = "The popt library exists essentially \
3for parsing command line options." 2for parsing command line options."
4LICENSE = "MIT" 3LICENSE = "MIT"
5PR = "r3" 4SECTION = "libs"
5DEPENDS = "gettext-native"
6PR = "r4"
6 7
7SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ 8SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
8 file://m4.patch;patch=1 \ 9 file://m4.patch;patch=1 \