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/packagegroups | |
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/packagegroups')
-rw-r--r-- | meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb deleted file mode 100644 index 2e7b47dd40..0000000000 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-clutter.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
3 | # | ||
4 | |||
5 | SUMMARY = "Clutter package groups" | ||
6 | |||
7 | PR = "r6" | ||
8 | |||
9 | inherit packagegroup features_check | ||
10 | # rdepends on clutter-* | ||
11 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
12 | |||
13 | PACKAGES = "\ | ||
14 | ${PN}-core \ | ||
15 | " | ||
16 | |||
17 | SUMMARY_${PN}-core = "Clutter graphics library" | ||
18 | RDEPENDS_${PN}-core = "\ | ||
19 | clutter-1.0 \ | ||
20 | clutter-gst-3.0 \ | ||
21 | clutter-gtk-1.0 \ | ||
22 | " | ||