summaryrefslogtreecommitdiffstats
path: root/meta/packages/gettext/gettext_0.17.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-02-01 11:02:26 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-01 11:02:26 +0000
commitda21a63d48f9fabd97efb0095da2bb86639bcd7a (patch)
tree5b2673c50704195ce76523f6b2a7162cbe5a1826 /meta/packages/gettext/gettext_0.17.bb
parent116e25e86d185b4ee549e98baf09006d40ef055a (diff)
downloadpoky-da21a63d48f9fabd97efb0095da2bb86639bcd7a.tar.gz
gettext: Apply upstream fix to work with recent autoconf/automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gettext/gettext_0.17.bb')
-rw-r--r--meta/packages/gettext/gettext_0.17.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gettext/gettext_0.17.bb b/meta/packages/gettext/gettext_0.17.bb
index d4754c516a..fe4d167ad9 100644
--- a/meta/packages/gettext/gettext_0.17.bb
+++ b/meta/packages/gettext/gettext_0.17.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library."
2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" 2HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5PR = "r4" 5PR = "r5"
6DEPENDS = "gettext-native virtual/libiconv ncurses expat" 6DEPENDS = "gettext-native virtual/libiconv ncurses expat"
7DEPENDS_virtclass-native = "" 7DEPENDS_virtclass-native = ""
8PROVIDES = "virtual/libintl" 8PROVIDES = "virtual/libintl"
@@ -12,6 +12,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
12 file://autotools.patch;patch=1 \ 12 file://autotools.patch;patch=1 \
13 file://wchar-uclibc.patch;patch=1 \ 13 file://wchar-uclibc.patch;patch=1 \
14 file://use_open_properly.patch;patch=1 \ 14 file://use_open_properly.patch;patch=1 \
15 file://m4fix.patch;patch=1 \
15 " 16 "
16 17
17SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" 18SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"