All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell][PATCH 1/2] glib-2.0: use python3targetconfig
@ 2021-05-25 15:11 cpriouzeau
  2021-05-25 15:11 ` [dunfell][PATCH 2/2] mesa: " cpriouzeau
  0 siblings, 1 reply; 2+ messages in thread
From: cpriouzeau @ 2021-05-25 15:11 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index c3ddf18387..4a0b386a22 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -28,7 +28,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 features_check
+inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages features_check python3targetconfig
 
 GTKDOC_MESON_OPTION = "gtk_doc"
 
-- 
2.25.1


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

* [dunfell][PATCH 2/2] mesa: use python3targetconfig
  2021-05-25 15:11 [dunfell][PATCH 1/2] glib-2.0: use python3targetconfig cpriouzeau
@ 2021-05-25 15:11 ` cpriouzeau
  0 siblings, 0 replies; 2+ messages in thread
From: cpriouzeau @ 2021-05-25 15:11 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-graphics/mesa/mesa.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index a1bf878b1a..fe1c23070a 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -24,7 +24,7 @@ PROVIDES = " \
     virtual/mesa \
     "
 
-inherit meson pkgconfig python3native gettext features_check
+inherit meson pkgconfig python3native gettext features_check python3targetconfig
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.25.1


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

end of thread, other threads:[~2021-05-25 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 15:11 [dunfell][PATCH 1/2] glib-2.0: use python3targetconfig cpriouzeau
2021-05-25 15:11 ` [dunfell][PATCH 2/2] mesa: " 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.