diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-01 11:02:26 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-01 11:02:26 +0000 |
commit | da21a63d48f9fabd97efb0095da2bb86639bcd7a (patch) | |
tree | 5b2673c50704195ce76523f6b2a7162cbe5a1826 /meta/packages/gettext/gettext_0.17.bb | |
parent | 116e25e86d185b4ee549e98baf09006d40ef055a (diff) | |
download | openembedded-core-da21a63d48f9fabd97efb0095da2bb86639bcd7a.tar.gz openembedded-core-da21a63d48f9fabd97efb0095da2bb86639bcd7a.tar.bz2 openembedded-core-da21a63d48f9fabd97efb0095da2bb86639bcd7a.zip |
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.bb | 3 |
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." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" LICENSE = "GPLv3" -PR = "r4" +PR = "r5" DEPENDS = "gettext-native virtual/libiconv ncurses expat" DEPENDS_virtclass-native = "" PROVIDES = "virtual/libintl" @@ -12,6 +12,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://autotools.patch;patch=1 \ file://wchar-uclibc.patch;patch=1 \ file://use_open_properly.patch;patch=1 \ + file://m4fix.patch;patch=1 \ " SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" |