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

* [hardknott][PATCH 2/2] mesa: use python3targetconfig
  2021-05-25 15:17 [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig cpriouzeau
@ 2021-05-25 15:17 ` cpriouzeau
  2021-05-25 17:55   ` [OE-core] " Alexander Kanavin
  2021-05-25 17:56 ` [OE-core] [hardknott][PATCH 1/2] glib-2.0: " Alexander Kanavin
  1 sibling, 1 reply; 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-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


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

* Re: [OE-core] [hardknott][PATCH 2/2] mesa: use python3targetconfig
  2021-05-25 15:17 ` [hardknott][PATCH 2/2] mesa: " cpriouzeau
@ 2021-05-25 17:55   ` Alexander Kanavin
  2021-05-26  8:42     ` cpriouzeau
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2021-05-25 17:55 UTC (permalink / raw)
  To: cpriouzeau; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

This needs to go to master first, and better explained, as we are not
seeing those issues.

Alex

On Tue, 25 May 2021 at 17:17, cpriouzeau <christophe.priouzeau@foss.st.com>
wrote:

> 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
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 1532 bytes --]

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

* Re: [OE-core] [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig
  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:56 ` Alexander Kanavin
  2021-05-26  8:42   ` cpriouzeau
  1 sibling, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2021-05-25 17:56 UTC (permalink / raw)
  To: cpriouzeau; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1129 bytes --]

Same here: this needs to go to master first, and better explained, as we
are not seeing those issues.

Alex

On Tue, 25 May 2021 at 17:17, cpriouzeau <christophe.priouzeau@foss.st.com>
wrote:

> 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
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 1654 bytes --]

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

* Re: [OE-core] [hardknott][PATCH 2/2] mesa: use python3targetconfig
  2021-05-25 17:55   ` [OE-core] " Alexander Kanavin
@ 2021-05-26  8:42     ` cpriouzeau
  0 siblings, 0 replies; 6+ messages in thread
From: cpriouzeau @ 2021-05-26  8:42 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

Thanks for the feedback, after a veirification, I have seen the my issue 
come from an append on python configuration made on others layers.
Please don't take into account this patch
Sorry for the inconvenience

Regards
Christophe priouzeau
On 5/25/21 7:55 PM, Alexander Kanavin wrote:
> This needs to go to master first, and better explained, as we are not 
> seeing those issues.
> 
> Alex
> 
> On Tue, 25 May 2021 at 17:17, cpriouzeau 
> <christophe.priouzeau@foss.st.com 
> <mailto:christophe.priouzeau@foss.st.com>> wrote:
> 
>     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
>     <mailto: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
> 
> 
>     
> 


-- 
Best regards / Cordialement,

Christophe Priouzeau | Tel: +33 244027320
STMicroelectronics
ST online: www.st.com<http://www.st.com/>

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

* Re: [OE-core] [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig
  2021-05-25 17:56 ` [OE-core] [hardknott][PATCH 1/2] glib-2.0: " Alexander Kanavin
@ 2021-05-26  8:42   ` cpriouzeau
  0 siblings, 0 replies; 6+ messages in thread
From: cpriouzeau @ 2021-05-26  8:42 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

Thanks for the feedback, after a veirification, I have seen the my issue 
come from an append on python configuration made on others layers.
Please don't take into account this patch
Sorry for the inconvenience

Regards
Christophe priouzeau

On 5/25/21 7:56 PM, Alexander Kanavin wrote:
> Same here: this needs to go to master first, and better explained, as we 
> are not seeing those issues.
> 
> Alex
> 
> On Tue, 25 May 2021 at 17:17, cpriouzeau 
> <christophe.priouzeau@foss.st.com 
> <mailto:christophe.priouzeau@foss.st.com>> wrote:
> 
>     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
>     <mailto: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
> 
> 
>     
> 


-- 
Best regards / Cordialement,

Christophe Priouzeau | Tel: +33 244027320
STMicroelectronics
ST online: www.st.com<http://www.st.com/>

^ permalink raw reply	[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.