diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-14 17:32:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-14 17:32:07 +0000 |
commit | cec14859bf57043d16896e07b08a7a88a5919542 (patch) | |
tree | 29d44100d8eb0c7d9cef00057bdbd02e4206903e /packages/gettext/gettext_0.14.1.bb | |
parent | b6b08780f028f66c1ac41b16451a5480a0fb32c1 (diff) |
gettext: fix building against uclibc
Diffstat (limited to 'packages/gettext/gettext_0.14.1.bb')
-rw-r--r-- | packages/gettext/gettext_0.14.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/gettext/gettext_0.14.1.bb b/packages/gettext/gettext_0.14.1.bb index 906aba8d53..1cc272bf14 100644 --- a/packages/gettext/gettext_0.14.1.bb +++ b/packages/gettext/gettext_0.14.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The GNU internationalization library." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" LICENSE = "GPL" -PR = "r4" +PR = "r5" PROVIDES = "virtual/libintl" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ @@ -10,6 +10,9 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://fixchicken.patch;patch=1;pnum=1 \ file://getline.m4.patch;patch=1" +SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch;patch=1" +SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch;patch=1" + PARALLEL_MAKE = "" inherit autotools |