summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJef Driesen <jef.driesen@niko.eu>2017-12-22 10:30:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-06 10:13:57 +0000
commit19b5dd761d073e5d1ceb72110a44da39806ec97e (patch)
treee0ce8ece961578801d0637e32c506b509b2a58b4 /meta/recipes-core
parent1d51565dfd4d308b6e923c40b1d593ca07f419a1 (diff)
downloadpoky-19b5dd761d073e5d1ceb72110a44da39806ec97e.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: 769c392f3418f0c9022a4007db0ba04904ec1f27) Signed-off-by: Jef Driesen <jef.driesen@niko.eu> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 26af3b4b33a34d7e53059b07236f9d5aae5e004a) Signed-off-by: Armin Kuster <akuster808@gmail.com> 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.inc6
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 8434b7dae3..4cdf1411e8 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -121,6 +121,12 @@ do_install_append_class-target () {
121 fi 121 fi
122} 122}
123 123
124RDEPENDS_${PN}-codegen += "\
125 python3 \
126 python3-distutils \
127 python3-xml \
128 "
129
124RDEPENDS_${PN}-ptest += "\ 130RDEPENDS_${PN}-ptest += "\
125 dbus \ 131 dbus \
126 gnome-desktop-testing \ 132 gnome-desktop-testing \