From: Tom Rini Date: Wed, 19 Jan 2011 00:48:30 +0000 (-0700) Subject: gettext: Switch to libc-uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6401531300d5b26283ea384d343c2b2349b282;p=openembedded.git gettext: Switch to libc-uclibc Signed-off-by: Tom Rini --- diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb index 535fcebf0a..ebed5ca16c 100644 --- a/recipes/gettext/gettext_0.14.1.bb +++ b/recipes/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 = "r11" +PR = "r12" DEPENDS = "virtual/libiconv" DEPENDS_virtclass-native = "" PROVIDES = "virtual/libintl" @@ -16,8 +16,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://getline.m4.patch \ file://disable_java.patch" -SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" -SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" +SRC_URI_append_libc-uclibc = " file://gettext-error_print_progname.patch" PARALLEL_MAKE = "" diff --git a/recipes/gettext/gettext_0.17.bb b/recipes/gettext/gettext_0.17.bb index ff2ae74589..972c707516 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 = "r8" +PR = "r9" DEPENDS = "gettext-native virtual/libiconv ncurses expat" DEPENDS_virtclass-native = "libxml2-native" PROVIDES = "virtual/libintl" @@ -19,8 +19,7 @@ SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://m4_copy.patch \ " -SRC_URI_append_linux-uclibc = " file://gettext-error_print_progname.patch" -SRC_URI_append_linux-uclibceabi = " file://gettext-error_print_progname.patch" +SRC_URI_append_libc-uclibc = " file://gettext-error_print_progname.patch" PARALLEL_MAKE = ""