python3-dbusmock depends on pygobject unconditionally and it's not going to work if g-i is disabled.
Signed-off-by: Anuj Mittal <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit b70627e2818ded74be862ad8650e19bf1fe9bd43) Signed-off-by: Anuj Mittal <[email protected]> --- 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 a0055d81b0..e48b5cb67b 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -170,7 +170,7 @@ RDEPENDS_${PN}-ptest += "\ ${PN}-locale-th \ python3-core \ python3-modules \ - python3-dbusmock \ + ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-dbusmock', '', d)} \ ${PN}-codegen \ " -- 2.28.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#145063): https://lists.openembedded.org/g/openembedded-core/message/145063 Mute This Topic: https://lists.openembedded.org/mt/78598570/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
