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:
parent
62c4e2f6a4
commit
fedb101701
|
|
@ -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 \
|
||||||
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue