summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index a0055d81b0..71777bc459 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -34,10 +34,6 @@ DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'T
34 34
35GTKDOC_MESON_OPTION = "gtk_doc" 35GTKDOC_MESON_OPTION = "gtk_doc"
36 36
37# This avoids the need to depend on target python3, which in case of mingw is not even possible.
38# meson's python configuration pokes into python3 configuration, so this provides the native config to it.
39unset _PYTHON_SYSCONFIGDATA_NAME
40
41S = "${WORKDIR}/glib-${PV}" 37S = "${WORKDIR}/glib-${PV}"
42 38
43PACKAGECONFIG ??= "system-pcre libmount \ 39PACKAGECONFIG ??= "system-pcre libmount \
@@ -170,7 +166,7 @@ RDEPENDS_${PN}-ptest += "\
170 ${PN}-locale-th \ 166 ${PN}-locale-th \
171 python3-core \ 167 python3-core \
172 python3-modules \ 168 python3-modules \
173 python3-dbusmock \ 169 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-dbusmock', '', d)} \
174 ${PN}-codegen \ 170 ${PN}-codegen \
175 " 171 "
176 172