https://git.yoctoproject.org/poky/commit/?id=1ee93dc114df26d94310682e6a632327e8bce062
mandates gobject-introspection-data DISTRO_FEATURE which is not availabe for 
native.
Thus python3-pygobject-native gets unbuildable

ERROR: Nothing PROVIDES 'python3-pygobject-native'
python3-pygobject-native was skipped: missing required distro feature 
'gobject-introspection-data' (not in DISTRO_FEATURES)

Limit the requirement for gobject-introspection-data to class-target

Signed-off-by: Markus Volk <[email protected]>
---
 meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb 
b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
index 6f7d9a09ec..f6fb9688ca 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb
@@ -10,7 +10,7 @@ GIR_MESON_OPTION = ""
 
 inherit gnomebase setuptools3-base gobject-introspection 
upstream-version-is-even features_check
 
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+REQUIRED_DISTRO_FEATURES:class-target = "gobject-introspection-data"
 
 DEPENDS += "python3 glib-2.0"
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#183351): 
https://lists.openembedded.org/g/openembedded-core/message/183351
Mute This Topic: https://lists.openembedded.org/mt/99723340/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to