diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:45 +0000 |
commit | 2e27994407a15b7efa772eb1336faac4fe1ead1e (patch) | |
tree | 40d3e8b594e32d287d5dc9cf0335573f5805286e /meta/recipes-sato/packagegroups | |
parent | 8b1fa2acd19ac6c0587f9eba9eae9818f07a25af (diff) | |
download | poky-2e27994407a15b7efa772eb1336faac4fe1ead1e.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
(From OE-Core rev: 7b60964d87698572f2f13d8dfa966a85f169b698)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
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 = "\ | |||
39 | ${NETWORK_MANAGER} \ | 39 | ${NETWORK_MANAGER} \ |
40 | udev-extraconf \ | 40 | udev-extraconf \ |
41 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ | 41 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ |
42 | python-pygobject \ | ||
43 | gtk+3 \ | ||
42 | " | 44 | " |
43 | 45 | ||
44 | FILEMANAGER ?= "pcmanfm" | 46 | FILEMANAGER ?= "pcmanfm" |