aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext/gettext_0.17.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-12 13:06:33 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-03-15 08:45:51 +0100
commitcf0c047a2b6cc747244a31c0a79d5bbb51465708 (patch)
tree6b376c55f289c127fe788e6ab85965cd194536a1 /recipes/gettext/gettext_0.17.bb
parentcb84b138269ed9f3426f4e79f4bb9911e5066387 (diff)
downloadopenembedded-cf0c047a2b6cc747244a31c0a79d5bbb51465708.tar.gz
gettext: fixed build with autoconf
lifted from patch from Bernhard Reutner-Fischer on oe who found it somewhere on a mailing list Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gettext/gettext_0.17.bb')
-rw-r--r--recipes/gettext/gettext_0.17.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb
index fbb479a75e..36a99f6dc7 100644
--- a/recipes/gettext/gettext_0.17.bb
+++ b/recipes/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 = "r5"
+PR = "r6"
DEPENDS = "gettext-native virtual/libiconv ncurses expat"
DEPENDS_virtclass-native = "libxml2-native"
PROVIDES = "virtual/libintl"
@@ -16,6 +16,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \
file://wchar-uclibc.patch;patch=1 \
file://use_open_properly.patch;patch=1 \
file://gettext-autoconf-lib-link-no-L.patch;patch=1 \
+ file://m4_copy.patch;patch=1 \
"
SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1"