All of lore.kernel.org
 help / color / mirror / Atom feed
* [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig
@ 2021-05-25 15:17 cpriouzeau
  2021-05-25 15:17 ` [hardknott][PATCH 2/2] mesa: " cpriouzeau
  2021-05-25 17:56 ` [OE-core] [hardknott][PATCH 1/2] glib-2.0: " Alexander Kanavin
  0 siblings, 2 replies; 6+ messages in thread
From: cpriouzeau @ 2021-05-25 15:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christophe Priouzeau

Meson request to have a valid python, meson-log indicate that
issue come from:
ModuleNotFoundError: No module named '_sysconfigdata'

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
---
 meta/recipes-core/glib-2.0/glib.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 71777bc459..1b513654d8 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -29,6 +29,7 @@ PACKAGES += "${PN}-codegen ${PN}-utils"
 LEAD_SONAME = "libglib-2.0.*"
 
 inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages
+inherit python3targetconfig
 
 DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-05-26  8:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 15:17 [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig cpriouzeau
2021-05-25 15:17 ` [hardknott][PATCH 2/2] mesa: " cpriouzeau
2021-05-25 17:55   ` [OE-core] " Alexander Kanavin
2021-05-26  8:42     ` cpriouzeau
2021-05-25 17:56 ` [OE-core] [hardknott][PATCH 1/2] glib-2.0: " Alexander Kanavin
2021-05-26  8:42   ` cpriouzeau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.