aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-09 17:02:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:19 +0000
commit7b60964d87698572f2f13d8dfa966a85f169b698 (patch)
treeac2c840119c42f3e630716039088a32ff7bdeace
parentcfd1ccb615a1196f4501f8fea29060a9e0b599f5 (diff)
downloadopenembedded-core-contrib-7b60964d87698572f2f13d8dfa966a85f169b698.tar.gz
packagegroup-core-x11-sato: add python-pygobject and gtk+3
This allows easy testing of introspection for example using http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index 8ba49231d5..6abb426717 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -39,6 +39,8 @@ RDEPENDS_${PN}-base = "\
${NETWORK_MANAGER} \
udev-extraconf \
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \
+ python-pygobject \
+ gtk+3 \
"
FILEMANAGER ?= "pcmanfm"