diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-13 20:48:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-18 16:48:29 +0000 |
commit | 35c82292467710aa147ae6fca6da14bb88b97b82 (patch) | |
tree | 96ec4f71df9b153ca257c935f452d17742841d04 /meta/recipes-core | |
parent | b543853a991e7b8fbd727dd1b6a7263a1b7ececb (diff) | |
download | poky-35c82292467710aa147ae6fca6da14bb88b97b82.tar.gz |
meta: drop _PYTHON_SYSCONFIGDATA_NAME hacks
(From OE-Core rev: 961b6ce18c4dfff2fa54306230480dbd0cd970ee)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d3a81dd0e72a3495bfc7cc969c2bb806b666023d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 7ebed0e5fd..c3ddf18387 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -32,10 +32,6 @@ inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bas | |||
32 | 32 | ||
33 | GTKDOC_MESON_OPTION = "gtk_doc" | 33 | GTKDOC_MESON_OPTION = "gtk_doc" |
34 | 34 | ||
35 | # This avoids the need to depend on target python3, which in case of mingw is not even possible. | ||
36 | # meson's python configuration pokes into python3 configuration, so this provides the native config to it. | ||
37 | unset _PYTHON_SYSCONFIGDATA_NAME | ||
38 | |||
39 | S = "${WORKDIR}/glib-${PV}" | 35 | S = "${WORKDIR}/glib-${PV}" |
40 | 36 | ||
41 | PACKAGECONFIG ??= "system-pcre libmount \ | 37 | PACKAGECONFIG ??= "system-pcre libmount \ |