From d4e0ebc2a32e421c943d0e3eda96bb375807e526 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 19 May 2021 18:26:09 +0200 Subject: [PATCH] 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 --- .../packagegroups/packagegroup-core-x11-base.bbappend | 3 +++ .../packagegroups/packagegroup-core-x11-sato.bbappend | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 meta-digi-dey/recipes-graphics/packagegroups/packagegroup-core-x11-base.bbappend diff --git a/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-core-x11-base.bbappend b/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-core-x11-base.bbappend new file mode 100644 index 000000000..cab188f6b --- /dev/null +++ b/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-core-x11-base.bbappend @@ -0,0 +1,3 @@ +# Copyright (C) 2021 Digi International + +RDEPENDS_${PN}_remove_ccimx6ul = "matchbox-terminal" 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 3d50e5763..b045dcec1 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 @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Digi International +# Copyright (C) 2014-2021 Digi International # Disable 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-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}-apps_remove = "${matchbox-apps} \