From: Chris Larson Date: Wed, 17 Nov 2004 02:41:24 +0000 (+0000) Subject: Apply patch to popt to properly add -lintl when using a C library that has no gettext... X-Git-Tag: Release-2010-05/1~16194 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa78e600b01897cf22f14bd353ff4b2fb39a3c20;p=openembedded.git Apply patch to popt to properly add -lintl when using a C library that has no gettext support (namely, uclibc). BKrev: 419aba54TPTbPnR2b30uzX9oBAvUGg --- diff --git a/popt/popt-1.7/intl.patch b/popt/popt-1.7/intl.patch new file mode 100644 index 0000000000..e69de29bb2 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