summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:36:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-28 10:45:46 +0100
commite3e96e60360e7587ed35e9f371fbdbccaa42f839 (patch)
tree111097b3609dac2c5b0181ef13b77ba5454deefc /meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb
parentb65c8e6e0d963a6fcd11aea27c75b195283ff9b6 (diff)
downloadpoky-e3e96e60360e7587ed35e9f371fbdbccaa42f839.tar.gz
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 (From OE-Core rev: f06caba152bed7f0b739ed4d3dd3103034d00000) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb5
1 files changed, 4 insertions, 1 deletions
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 4014a1b61b..776284e7c0 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 @@
1require glib.inc 1require glib.inc
2 2
3PR = "r3" 3PR = "r4"
4 4
5SRC_URI = "${GNOME_MIRROR}/glib/2.27/glib-${PV}.tar.bz2 \ 5SRC_URI = "${GNOME_MIRROR}/glib/2.27/glib-${PV}.tar.bz2 \
6 file://configure-libtool.patch \ 6 file://configure-libtool.patch \
@@ -13,6 +13,9 @@ SRC_URI[sha256sum] = "aad3038db865b762e01b1dc455ffd601b4083c069018d290e5fdfe1a61
13 13
14SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" 14SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
15 15
16# Only apply this patch for target recipe on uclibc
17SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"
18
16BBCLASSEXTEND = "native nativesdk" 19BBCLASSEXTEND = "native nativesdk"
17 20
18DEFAULT_PREFERENCE = "-1" 21DEFAULT_PREFERENCE = "-1"