All of lore.kernel.org
 help / color / mirror / Atom feed
From: "cpriouzeau" <christophe.priouzeau@foss.st.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
Subject: [hardknott][PATCH 2/2] mesa: use python3targetconfig
Date: Tue, 25 May 2021 17:17:09 +0200	[thread overview]
Message-ID: <20210525151709.522795-2-christophe.priouzeau@foss.st.com> (raw)
In-Reply-To: <20210525151709.522795-1-christophe.priouzeau@foss.st.com>

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 a85f94c75e..de39dc34e4 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -43,7 +43,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


  reply	other threads:[~2021-05-25 15:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-25 15:17 [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig cpriouzeau
2021-05-25 15:17 ` cpriouzeau [this message]
2021-05-25 17:55   ` [OE-core] [hardknott][PATCH 2/2] mesa: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210525151709.522795-2-christophe.priouzeau@foss.st.com \
    --to=christophe.priouzeau@foss.st.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.