From fedb10170195f6087efb165ec7bb6d744ee0e3ca Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 10 Aug 2018 17:58:47 +0200 Subject: [PATCH] packagegroup-core-x11-sato: remove matchbox dependencies This is done in meta-fsl-bsp-release when building xwayland images, so port it to our layer. https://jira.digi.com/browse/DEL-6104 Signed-off-by: Gabriel Valcazar --- .../packagegroups/packagegroup-core-x11-sato.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend b/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend index 7600747a5..3d50e5763 100644 --- a/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend +++ b/meta-digi-dey/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend @@ -4,3 +4,12 @@ NETWORK_MANAGER = "" RDEPENDS_${PN}-apps_remove_ccimx6ul = "gst-player" + +matchbox-base = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', ' \ + matchbox-desktop matchbox-session-sato matchbox-keyboard matchbox-keyboard-applet matchbox-keyboard-im matchbox-config-gtk', '', d)}" +matchbox-apps = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'matchbox-terminal', '', d)}" + +RDEPENDS_${PN}-base_remove = "${matchbox-base}" +RDEPENDS_${PN}-apps_remove = "${matchbox-apps} \ + gst-player-bin \ +"