diff options
author | Ross Burton <ross.burton@intel.com> | 2018-05-15 10:50:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-22 13:13:32 +0100 |
commit | 75081c0ab6e93c0d941804bfa1bd0bc10e057866 (patch) | |
tree | af48ddac4eff69e3232d8333c9d7ccdfb33214fc /meta | |
parent | 7a522d7a90d471b114ae1fddb4bd40e410efa55c (diff) | |
download | poky-75081c0ab6e93c0d941804bfa1bd0bc10e057866.tar.gz |
packagegroup-core-x11-sato: don't install libsdl
libsdl isn't a key part of the Sato desktop, remove it and let it be installed
by dependencies if required.
(From OE-Core rev: e54b641a8de962b7df861f0ee7490e6da4ddebe9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb index 224428ddda..2707a2192e 100644 --- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb +++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | |||
@@ -32,7 +32,6 @@ RDEPENDS_${PN}-base = "\ | |||
32 | adwaita-icon-theme \ | 32 | adwaita-icon-theme \ |
33 | settings-daemon \ | 33 | settings-daemon \ |
34 | shutdown-desktop \ | 34 | shutdown-desktop \ |
35 | libsdl \ | ||
36 | ${NETWORK_MANAGER} \ | 35 | ${NETWORK_MANAGER} \ |
37 | udev-extraconf \ | 36 | udev-extraconf \ |
38 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ | 37 | ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \ |