diff options
author | Jef Driesen <jef.driesen@niko.eu> | 2017-12-22 10:30:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-02 17:24:39 +0000 |
commit | 0d692188dfc59c352aa800f91b22918efb501076 (patch) | |
tree | c1d71cfc757cc2744fcbe81dc5bfd358366f03fa /meta/recipes-core | |
parent | 52ec7ff5df419beb524f2cf364422781ac472da8 (diff) | |
download | poky-0d692188dfc59c352aa800f91b22918efb501076.tar.gz |
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.
(From OE-Core rev: 26af3b4b33a34d7e53059b07236f9d5aae5e004a)
Signed-off-by: Jef Driesen <jef.driesen@niko.eu>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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 () { | |||
115 | fi | 115 | fi |
116 | } | 116 | } |
117 | 117 | ||
118 | RDEPENDS_${PN}-codegen += "\ | ||
119 | python3 \ | ||
120 | python3-distutils \ | ||
121 | python3-xml \ | ||
122 | " | ||
123 | |||
118 | RDEPENDS_${PN}-ptest += "\ | 124 | RDEPENDS_${PN}-ptest += "\ |
119 | dbus \ | 125 | dbus \ |
120 | gnome-desktop-testing \ | 126 | gnome-desktop-testing \ |