diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-13 09:53:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-13 18:15:52 +0000 |
commit | c9d269ccd0d8e61335904a60ef5ce960993cba94 (patch) | |
tree | 0fe64a7e25a65dcdb6b42ffa85bbf0287d43b501 /meta | |
parent | d24a39ae8059b3d1708f9cb7eca464c353387e3d (diff) | |
download | poky-c9d269ccd0d8e61335904a60ef5ce960993cba94.tar.gz |
Revert "packagegroup-core-x11-sato: add python-pygobject and gtk+3"
This reverts commit 7b60964d87698572f2f13d8dfa966a85f169b698.
OE-Core defaults to no opengl in DISTRO_FEATURES and this would break
sato with the default DISTRO settings. Need to revisit as Sato moves
to gtk+3 but unbreak the builds for now as this change isn't essential.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 6abb426717..8ba49231d5 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -39,8 +39,6 @@ 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 \ | ||
44 | " | 42 | " |
45 | 43 | ||
46 | FILEMANAGER ?= "pcmanfm" | 44 | FILEMANAGER ?= "pcmanfm" |