diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:32:23 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 12:32:23 +0000 |
commit | 2befc63653c419800b3b71c599e96015383462c8 (patch) | |
tree | e5c52d23e68b811703a2790f8bccf57b5c894345 /meta/packages/popt/popt_1.7.bb | |
parent | a936cf24a60ac3529e7506855e8edd71f5d56493 (diff) | |
download | openembedded-core-2befc63653c419800b3b71c599e96015383462c8.tar.gz openembedded-core-2befc63653c419800b3b71c599e96015383462c8.tar.bz2 openembedded-core-2befc63653c419800b3b71c599e96015383462c8.zip |
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/popt_1.7.bb')
-rw-r--r-- | meta/packages/popt/popt_1.7.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ -SECTION = "libs" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." LICENSE = "MIT" -PR = "r3" +SECTION = "libs" +DEPENDS = "gettext-native" +PR = "r4" SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ file://m4.patch;patch=1 \ |