* [PATCH] glib-2.0: RDEPEND on dbusmock only when GI_DATA_ENABLED is True
@ 2020-11-20 6:49 Anuj Mittal
0 siblings, 0 replies; only message in thread
From: Anuj Mittal @ 2020-11-20 6:49 UTC (permalink / raw)
To: openembedded-core
python3-dbusmock depends on pygobject unconditionally and it's not going
to work if g-i is disabled.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-20 6:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20 6:49 [PATCH] glib-2.0: RDEPEND on dbusmock only when GI_DATA_ENABLED is True Anuj Mittal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox