diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-26 16:16:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-26 16:16:11 +0000 |
commit | 329118b32306f397cf5a8f39ff9e92544b33395b (patch) | |
tree | bcf510f3a44d1824f967bcc0cc73e4e457865bb3 /packages/popt | |
parent | d3cb1d4281d4fc418ce8897cbda4d2f1686ca524 (diff) | |
parent | ddabd9e011313a30d1c1c8e0ccbbba7702a7fff5 (diff) |
merge of 'd0a5769f631be6669cccf0f43f7161eb8c9b64a1'
and 'f4f9a857ac1b912526c513320ec90f90bea87d37'
Diffstat (limited to 'packages/popt')
-rw-r--r-- | packages/popt/popt-native_1.7.bb | 1 | ||||
-rw-r--r-- | packages/popt/popt_1.7.bb | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/popt/popt-native_1.7.bb b/packages/popt/popt-native_1.7.bb index f8644f1425..75b90d0763 100644 --- a/packages/popt/popt-native_1.7.bb +++ b/packages/popt/popt-native_1.7.bb @@ -1,4 +1,3 @@ -SECTION = "unknown" require popt_${PV}.bb inherit native diff --git a/packages/popt/popt_1.7.bb b/packages/popt/popt_1.7.bb index 6984dbdb13..6f4dfd7acf 100644 --- a/packages/popt/popt_1.7.bb +++ b/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 \ |