diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-10-26 15:57:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-10-26 15:57:25 +0000 |
commit | e6ee92a7aa455b11eba0c25949d620ea55ecd9c0 (patch) | |
tree | 4bb24cf55b97b035f670764816a795ffb38556b2 /packages | |
parent | a653ee5ba3a0d9e63e899a4498f2cd4fc16dfc05 (diff) |
popt[-native] 1.7 DEPEND on gettext-native
Diffstat (limited to 'packages')
-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 \ |