From f06caba152bed7f0b739ed4d3dd3103034d00000 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 31 Mar 2011 20:36:42 -0700 Subject: glib-2.0: Inherit gettext should provide right libintl so remove from DEPENDS Add no-iconv.patch to provide dummy libiconv in case of uclibc Signed-off-by: Khem Raj --- meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb') diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb index 4014a1b61..776284e7c 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb @@ -1,6 +1,6 @@ require glib.inc -PR = "r3" +PR = "r4" SRC_URI = "${GNOME_MIRROR}/glib/2.27/glib-${PV}.tar.bz2 \ file://configure-libtool.patch \ @@ -13,6 +13,9 @@ SRC_URI[sha256sum] = "aad3038db865b762e01b1dc455ffd601b4083c069018d290e5fdfe1a61 SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" +# Only apply this patch for target recipe on uclibc +SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}" + BBCLASSEXTEND = "native nativesdk" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3