summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb
diff options
context:
space:
mode:
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() {