[oe-commits] [openembedded-core] 38/44: glib-2.0: Add python3 modules required by gdbus-codegen

git at git.openembedded.org git at git.openembedded.org
Tue Jan 2 17:28:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 26af3b4b33a34d7e53059b07236f9d5aae5e004a
Author: Jef Driesen <jef.driesen at niko.eu>
AuthorDate: Fri Dec 22 10:30:19 2017 +0100

    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 <jef.driesen at niko.eu>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glib-2.0/glib.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 42ab5f1..fbc655a 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list