summaryrefslogtreecommitdiffstats
path: root/meta/classes/clutter.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-06-01 17:21:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-03 23:09:18 +0100
commitc4f167d05f58f35a6b94e8dbc4721ab67e7e71eb (patch)
tree54bfa0af2b68fb03b2e2d446b4c3c6ef795cd069 /meta/classes/clutter.bbclass
parentf4cf7ae2e8ddcf6789c1604ac2b5ab010912f6c1 (diff)
downloadopenembedded-core-c4f167d05f58f35a6b94e8dbc4721ab67e7e71eb.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. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/clutter.bbclass')
-rw-r--r--meta/classes/clutter.bbclass18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/classes/clutter.bbclass b/meta/classes/clutter.bbclass
deleted file mode 100644
index 24b53a13e4..0000000000
--- a/meta/classes/clutter.bbclass
+++ /dev/null
@@ -1,18 +0,0 @@
-def get_minor_dir(v):
- import re
- m = re.match(r"^([0-9]+)\.([0-9]+)", v)
- return "%s.%s" % (m.group(1), m.group(2))
-
-def get_real_name(n):
- import re
- m = re.match(r"^([a-z]+(-[a-z]+)?)(-[0-9]+\.[0-9]+)?", n)
- return "%s" % (m.group(1))
-
-VERMINOR = "${@get_minor_dir("${PV}")}"
-REALNAME = "${@get_real_name("${BPN}")}"
-
-SRC_URI = "${GNOME_MIRROR}/${REALNAME}/${VERMINOR}/${REALNAME}-${PV}.tar.xz;name=archive"
-S = "${WORKDIR}/${REALNAME}-${PV}"
-
-CLUTTERBASEBUILDCLASS ??= "autotools"
-inherit ${CLUTTERBASEBUILDCLASS} pkgconfig gtk-doc gettext