aboutsummaryrefslogtreecommitdiffstats
path: root/popt
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-17 02:41:24 +0000
committerChris Larson <clarson@kergoth.com>2004-11-17 02:41:24 +0000
commitaa78e600b01897cf22f14bd353ff4b2fb39a3c20 (patch)
tree3a6526d294837d479177280ae5f447fcce8cfecf /popt
parentdcc8534a229a446e521bbfc6e00867b4286bf322 (diff)
downloadopenembedded-aa78e600b01897cf22f14bd353ff4b2fb39a3c20.tar.gz
Apply patch to popt to properly add -lintl when using a C library that has no gettext support (namely, uclibc).
BKrev: 419aba54TPTbPnR2b30uzX9oBAvUGg
Diffstat (limited to 'popt')
-rw-r--r--popt/popt-1.7/intl.patch0
-rw-r--r--popt/popt_1.7.oe7
2 files changed, 5 insertions, 2 deletions
diff --git a/popt/popt-1.7/intl.patch b/popt/popt-1.7/intl.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/popt/popt-1.7/intl.patch
diff --git a/popt/popt_1.7.oe b/popt/popt_1.7.oe
index 2e25540d7e..41af18ed58 100644
--- a/popt/popt_1.7.oe
+++ b/popt/popt_1.7.oe
@@ -1,9 +1,12 @@
-SECTION = "unknown"
+SECTION = "libs"
DESCRIPTION = "The popt library exists essentially \
for parsing command line options."
+LICENSE = "MIT"
+PR = "r1"
SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
- file://m4.patch;patch=1"
+ file://m4.patch;patch=1 \
+ file://intl.patch;patch=1"
inherit autotools