Re: [OE-core] [PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE

2023-05-24 Thread Ross Burton
On 24 May 2023, at 13:10, Martin Jansa wrote: > > Ross, are you going to add REQUIRED_DISTRO_FEATURES = > "gobject-introspection-data" to these as well? > > ERROR: Nothing PROVIDES 'python3-pygobject' (but > meta-oe/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb DEPENDS > on

Re: [OE-core] [PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE

2023-05-24 Thread Martin Jansa
Ross, are you going to add REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" to these as well? ERROR: Nothing PROVIDES 'python3-pygobject' (but meta-oe/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb DEPENDS on or otherwise requires it) python3-pygobject was skipped: missing

Re: [OE-core] [PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE

2023-05-22 Thread Ross Burton
On 18 May 2023, at 11:49, Petr Kubizňák - 2N wrote: > > With gobject-introspection in DEPENDS, PyGObject builds always, even if > gobject-introspection-data is not in DISTRO_FEATURES. Is this conditional > approach better? Builds is not the same as is useful. PyGObject uses G-I to interface

Re: [OE-core] [PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE

2023-05-18 Thread Petr Kubizňák
With gobject-introspection in DEPENDS, PyGObject builds always, even if gobject-introspection-data is not in DISTRO_FEATURES. Is this conditional approach better? Petr From: ross.bur...@arm.com Sent: Tuesday, May 16, 2023 8:40 PM To:

[OE-core] [PATCH 6/7] python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE

2023-05-16 Thread Ross Burton
From: Ross Burton PyGObject needs gobject-introspection to function, so add a distro features check. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git