summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.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.28.6.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.28.6.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
index 6b6c1f5ab0..ca5f4c8b1c 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.28.6.bb
@@ -1,13 +1,15 @@
1require glib.inc 1require glib.inc
2 2
3PE = "1" 3PE = "1"
4PR = "r0" 4PR = "r1"
5 5
6SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \ 6SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
7 file://configure-libtool.patch \ 7 file://configure-libtool.patch \
8 file://60_wait-longer-for-threads-to-die.patch \ 8 file://60_wait-longer-for-threads-to-die.patch \
9 file://g_once_init_enter.patch \ 9 file://g_once_init_enter.patch \
10 " 10 "
11# Only apply this patch for target recipe on uclibc
12SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"
11 13
12SRC_URI[md5sum] = "7d8fc15ae70d5111c0cf2a79d50ef717" 14SRC_URI[md5sum] = "7d8fc15ae70d5111c0cf2a79d50ef717"
13SRC_URI[sha256sum] = "557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578" 15SRC_URI[sha256sum] = "557fb7c39d21b9359fbac51fd6b0b883bc97a2561c0166eef993a4078312f578"