summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
diff options
context:
space:
mode:
authorBjörn Stenberg <bjst@enea.com>2013-02-11 16:02:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-11 15:41:20 +0000
commitf9b894eaba94763a8ec790f8635f58b4e7e05381 (patch)
tree84df2fb2addc8ced505dbfff8e35f17e6f813aaf /meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
parent21b6ff9bc36f5706456b3ed3ca7b6455f77a5eaa (diff)
downloadpoky-f9b894eaba94763a8ec790f8635f58b4e7e05381.tar.gz
glib-2.0: Fix ptest to build with uclibc.
Only install eglibc-specific dependencies when building for eglibc. Tweak a test case that won't build with uclibc. (From OE-Core rev: e28e04e26893416d577ee54e03019c03865e1bf6) Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb18
1 files changed, 11 insertions, 7 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
index fe50220ea4..d58d4896c3 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
@@ -13,6 +13,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
13 file://configure-libtool.patch \ 13 file://configure-libtool.patch \
14 file://glib-2.0_fix_for_x32.patch \ 14 file://glib-2.0_fix_for_x32.patch \
15 file://obsolete_automake_macros.patch \ 15 file://obsolete_automake_macros.patch \
16 file://fix-conflicting-rand.patch \
16 file://Makefile-ptest.patch \ 17 file://Makefile-ptest.patch \
17 file://run-ptest \ 18 file://run-ptest \
18 " 19 "
@@ -23,6 +24,16 @@ SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"
23BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"
24 25
25RDEPENDS_${PN}-ptest += "\ 26RDEPENDS_${PN}-ptest += "\
27 tzdata \
28 tzdata-americas \
29 tzdata-asia \
30 tzdata-europe \
31 tzdata-posix \
32 python-pygobject \
33 python-dbus \
34 "
35
36RDEPENDS_${PN}-ptest_append_libc-glibc = "\
26 eglibc-gconv-utf-16 \ 37 eglibc-gconv-utf-16 \
27 eglibc-charmap-utf-8 \ 38 eglibc-charmap-utf-8 \
28 eglibc-gconv-cp1255 \ 39 eglibc-gconv-cp1255 \
@@ -31,13 +42,6 @@ RDEPENDS_${PN}-ptest += "\
31 eglibc-gconv-utf-7 \ 42 eglibc-gconv-utf-7 \
32 eglibc-charmap-invariant \ 43 eglibc-charmap-invariant \
33 eglibc-localedata-translit-cjk-variants \ 44 eglibc-localedata-translit-cjk-variants \
34 tzdata \
35 tzdata-americas \
36 tzdata-asia \
37 tzdata-europe \
38 tzdata-posix \
39 python-pygobject \
40 python-dbus \
41 " 45 "
42 46
43do_configure_prepend() { 47do_configure_prepend() {