[oe-commits] Tom Rini : gettext: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:06 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1f6401531300d5b26283ea384d343c2b2349b282
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1f6401531300d5b26283ea384d343c2b2349b282

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:48:30 2011 -0700

gettext: Switch to libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gettext/gettext_0.14.1.bb |    5 ++---
 recipes/gettext/gettext_0.17.bb   |    5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb
index 535fceb..ebed5ca 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 ff2ae74..972c707 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 = ""
 





More information about the Openembedded-commits mailing list