diff options
author | Ross Burton <ross@burtonini.com> | 2021-06-01 17:21:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-03 23:09:42 +0100 |
commit | 84317082015afa3ac7e9eeb23139861ec2c0d220 (patch) | |
tree | 3f752b20a4a2680796c83528d6cf81a0c88cfdc8 /meta/recipes-graphics/images | |
parent | 0eb836a58fe62232cf57a47b9ae256c50ff914ef (diff) | |
download | poky-84317082015afa3ac7e9eeb23139861ec2c0d220.tar.gz |
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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-clutter.bb | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ | |||
1 | DESCRIPTION = "An image with support for the Open GL-based toolkit Clutter, \ | ||
2 | which enables development of rich and animated graphical user interfaces." | ||
3 | |||
4 | IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear" | ||
5 | |||
6 | LICENSE = "MIT" | ||
7 | |||
8 | IMAGE_INSTALL = "\ | ||
9 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
10 | packagegroup-core-clutter-core \ | ||
11 | " | ||
12 | |||
13 | inherit core-image | ||
14 | |||
15 | QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}' | ||