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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2018-08-10 17:58:47 +02:00
parent 62c4e2f6a4
commit fedb101701
1 changed files with 9 additions and 0 deletions

View File

@ -4,3 +4,12 @@
NETWORK_MANAGER = "" NETWORK_MANAGER = ""
RDEPENDS_${PN}-apps_remove_ccimx6ul = "gst-player" 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 \
"