Apply patch to popt to properly add -lintl when using a C library that has no gettext...
authorChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 02:41:24 +0000 (02:41 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 02:41:24 +0000 (02:41 +0000)
BKrev: 419aba54TPTbPnR2b30uzX9oBAvUGg

popt/popt-1.7/intl.patch [new file with mode: 0644]
popt/popt_1.7.oe

diff --git a/popt/popt-1.7/intl.patch b/popt/popt-1.7/intl.patch
new file mode 100644 (file)
index 0000000..e69de29
index 2e25540..41af18e 100644 (file)
@@ -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