From: Jef Driesen Date: Fri, 22 Dec 2017 09:30:19 +0000 (+0100) Subject: glib-2.0: Add python3 modules required by gdbus-codegen X-Git-Tag: uninative-1.8~809 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=26af3b4b33a34d7e53059b07236f9d5aae5e004a;p=openembedded-core.git glib-2.0: Add python3 modules required by gdbus-codegen The gdbus-codegen tool depends on python3, python3-distutils and python3-xml at runtime. But because these dependencies are not stated in the yocto recipe, those python modules are not automatically included in the SDK. Signed-off-by: Jef Driesen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 42ab5f1562..fbc655a012 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -115,6 +115,12 @@ do_install_append_class-target () { fi } +RDEPENDS_${PN}-codegen += "\ + python3 \ + python3-distutils \ + python3-xml \ + " + RDEPENDS_${PN}-ptest += "\ dbus \ gnome-desktop-testing \