summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-04-29 14:59:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 12:38:07 +0100
commitd1dfd24324b464ccc193996eee3f1c20564d9e89 (patch)
tree6e871bd1eb7ea3c520e10741a5cb637b84e5c565 /meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
parent2baaea26917871022fd736d94c511a16be6299b1 (diff)
downloadpoky-d1dfd24324b464ccc193996eee3f1c20564d9e89.tar.gz
glib-2.0: Dont disable iconv for uclibc
Currently we stub out iconv in glib when building for uclibc which is not needed and infact results in building systems with false hope of having iconv and they misbehave during runtime (From OE-Core rev: d13b1dc1897af733cc2ec22df50ae9d1fd0b48af) 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.30.3.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
index f1f9217d1b..405402e7ea 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.3.bb
@@ -1,6 +1,6 @@
1require glib.inc 1require glib.inc
2 2
3PR = "r1" 3PR = "r2"
4PE = "1" 4PE = "1"
5 5
6DEPENDS += "libffi python-argparse-native zlib" 6DEPENDS += "libffi python-argparse-native zlib"
@@ -19,9 +19,6 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
19SRC_URI[md5sum] = "0f9fa329c6c1012d0fd861ad3d8a4520" 19SRC_URI[md5sum] = "0f9fa329c6c1012d0fd861ad3d8a4520"
20SRC_URI[sha256sum] = "e6cbb27c71c445993346e785e8609cc75cea2941e32312e544872feba572dd27" 20SRC_URI[sha256sum] = "e6cbb27c71c445993346e785e8609cc75cea2941e32312e544872feba572dd27"
21 21
22# Only apply this patch for target recipe on uclibc
23SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"
24
25SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" 22SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
26BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"
27 24