packagegroup-core-x11: remove matchbox-terminal package

The matchbox-terminal provides a GTK+ terminal application on the sato desktop,
however it has a dependeency of the virtual terminal emulator GTK+ widget
library (vte) that recently introduced a dependency with the icu package that
increase the rootfs size in 20MB. Since this is a sample application, remove it
to save space on the rootfs.

https://jira.digi.com/browse/DEL-7524

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2021-05-19 18:26:09 +02:00
parent f53c5e7ba5
commit d4e0ebc2a3
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
# Copyright (C) 2021 Digi International
RDEPENDS_${PN}_remove_ccimx6ul = "matchbox-terminal"

View File

@ -1,4 +1,4 @@
# Copyright (C) 2014 Digi International # Copyright (C) 2014-2021 Digi International
# Disable network manager # Disable network manager
NETWORK_MANAGER = "" NETWORK_MANAGER = ""
@ -7,7 +7,7 @@ RDEPENDS_${PN}-apps_remove_ccimx6ul = "gst-player"
matchbox-base = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', ' \ 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-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)}" matchbox-apps = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'matchbox-terminal', '', d)}"
RDEPENDS_${PN}-base_remove = "${matchbox-base}" RDEPENDS_${PN}-base_remove = "${matchbox-base}"
RDEPENDS_${PN}-apps_remove = "${matchbox-apps} \ RDEPENDS_${PN}-apps_remove = "${matchbox-apps} \