From 84317082015afa3ac7e9eeb23139861ec2c0d220 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 1 Jun 2021 17:21:44 +0100 Subject: Remove Clutter and Cogl Clutter and Cogl are not used by anything in oe-core, and in Gnome are legacy components so are only used by a few applications. The recipes have already been moved to meta-gnome so they can now be removed from oe-core. (From OE-Core rev: c4f167d05f58f35a6b94e8dbc4721ab67e7e71eb) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/images/core-image-clutter.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta/recipes-graphics/images/core-image-clutter.bb (limited to 'meta/recipes-graphics/images') diff --git a/meta/recipes-graphics/images/core-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb deleted file mode 100644 index a594461022..0000000000 --- a/meta/recipes-graphics/images/core-image-clutter.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \ -which enables development of rich and animated graphical user interfaces." - -IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear" - -LICENSE = "MIT" - -IMAGE_INSTALL = "\ - ${CORE_IMAGE_BASE_INSTALL} \ - packagegroup-core-clutter-core \ - " - -inherit core-image - -QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' -- cgit v1.2.3-54-g00ecf