From ee735a153627ebdf6ac89de60751f19373289139 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 13 Nov 2024 15:55:08 +0000 Subject: packagegroup-core-x11-base: use virtual-x-terminal-emulator Instead of depending on matchbox-terminal explicitly, just depend on the virtual name. core-image-x11 then uses rxvt instead of matchbox-terminal, as that is the default, removing the entire GTK+ stack from the image. core-image-sato and friends are unchanged as the sato packagegroup pulls in matchbox-terminal explicitly, so rxvt isn't needed. (From OE-Core rev: e3820f60412497d759c7b0715bdf303f787c1432) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb index db6242af33..d82d318368 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb @@ -8,8 +8,8 @@ REQUIRED_DISTRO_FEATURES = "x11" RDEPENDS:${PN} = "\ packagegroup-core-x11-xserver \ packagegroup-core-x11-utils \ - matchbox-terminal \ matchbox-wm \ mini-x-session \ + virtual-x-terminal-emulator \ liberation-fonts \ " -- cgit v1.2.3-54-g00ecf