aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gettext
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:48:30 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:05 -0700
commit1f6401531300d5b26283ea384d343c2b2349b282 (patch)
treed08840ee0f84e27f9fd76f8ff62a57d6d349a601 /recipes/gettext
parent9f1729edd0a16dfdbbc0f01702edc913daedc588 (diff)
downloadopenembedded-1f6401531300d5b26283ea384d343c2b2349b282.tar.gz
gettext: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gettext')
-rw-r--r--recipes/gettext/gettext_0.14.1.bb5
-rw-r--r--recipes/gettext/gettext_0.17.bb5
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 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 = ""