aboutsummaryrefslogtreecommitdiffstats
path: root/packages/popt
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-10-26 15:57:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-10-26 15:57:25 +0000
commite6ee92a7aa455b11eba0c25949d620ea55ecd9c0 (patch)
tree4bb24cf55b97b035f670764816a795ffb38556b2 /packages/popt
parenta653ee5ba3a0d9e63e899a4498f2cd4fc16dfc05 (diff)
downloadopenembedded-e6ee92a7aa455b11eba0c25949d620ea55ecd9c0.tar.gz
popt[-native] 1.7 DEPEND on gettext-native
Diffstat (limited to 'packages/popt')
-rw-r--r--packages/popt/popt-native_1.7.bb1
-rw-r--r--packages/popt/popt_1.7.bb5
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 \