[OE-core] [<OE-core][PATCH v2 4/4] packagegroup-core-x11-sato: Remove matchbox for XWayland case.

Tom Hochstein tom.hochstein at freescale.com
Thu Dec 17 22:04:48 UTC 2015


Matchbox is redundant when Weston is run.

Signed-off-by: Tom Hochstein <tom.hochstein at freescale.com>
---
 meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
index 6679db8..4fe21d1 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -25,12 +25,7 @@ NETWORK_MANAGER_libc-uclibc = ""
 
 SUMMARY_${PN}-base = "Sato desktop - base packages"
 RDEPENDS_${PN}-base = "\
-    matchbox-desktop \
-    matchbox-session-sato \
-    matchbox-keyboard \
-    matchbox-keyboard-applet \
-    matchbox-keyboard-im \
-    matchbox-config-gtk \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'matchbox-desktop matchbox-session-sato matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im matchbox-config-gtk', d)} \
     xcursor-transparent-theme \
     sato-icon-theme \
     settings-daemon \
@@ -54,7 +49,7 @@ RDEPENDS_${PN}-apps = "\
     leafpad \
     gst-player-bin \
     x11vnc \
-    matchbox-terminal \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'matchbox-terminal', d)} \
     sato-screenshot \
     ${FILEMANAGER} \
     ${WEB} \
-- 
2.1.4




More information about the Openembedded-core mailing list