MX is obsolete (last release 2012) and isn't used by anything in any
known layer.

Signed-off-by: Ross Burton <[email protected]>
---
 .../mx/mx-1.0/fix-test-includes.patch         | 20 --------------
 meta/recipes-graphics/mx/mx-1.0_1.4.7.bb      | 16 -----------
 meta/recipes-graphics/mx/mx.inc               | 27 -------------------
 3 files changed, 63 deletions(-)
 delete mode 100644 meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch
 delete mode 100644 meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
 delete mode 100644 meta/recipes-graphics/mx/mx.inc

diff --git a/meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch 
b/meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch
deleted file mode 100644
index 82c93dd604..0000000000
--- a/meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Fix missing include directory when building tests
-
-This patch is currently required for all versions of mx
-Upstream-Status: Submitted @ https://github.com/clutter-project/mx/issues/82
-Signed-off-by: Tomas Frydrych <[email protected]>
---
-Index: git/tests/Makefile.am
-===================================================================
---- git.orig/tests/Makefile.am 2013-05-08 15:18:56.918596425 +0100
-+++ git/tests/Makefile.am      2013-05-08 15:23:26.864781401 +0100
-@@ -10,7 +10,8 @@
- 
- INCLUDES = \
-       -I$(top_srcdir) \
--      -I$(top_builddir)
-+      -I$(top_builddir)\
-+      -I$(top_builddir)/mx
- 
- noinst_PROGRAMS =                     \
-       test-deform-texture             \
diff --git a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb 
b/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
deleted file mode 100644
index 58a6997ffe..0000000000
--- a/meta/recipes-graphics/mx/mx-1.0_1.4.7.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-require mx.inc
-
-# The 1.4.7 tag does not build against cogl 1.14, pull in a revision with a fix
-SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f"
-PV = "1.4.7+git${SRCPV}"
-
-# Exclude x.99.x versions from upstream checks
-UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>^\d+(\.(?!99)\d+)+)"
-
-SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \
-          file://fix-test-includes.patch \
-         "
-S = "${WORKDIR}/git"
-
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \
-                    
file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879"
diff --git a/meta/recipes-graphics/mx/mx.inc b/meta/recipes-graphics/mx/mx.inc
deleted file mode 100644
index c977849c96..0000000000
--- a/meta/recipes-graphics/mx/mx.inc
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "Clutter based UI widget library"
-DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of 
standard interface \
-elements, including buttons, progress bars, scroll bars and others. It also \
-implements some standard  managers. One other interesting feature is the \
-possibility setting style properties from a CSS format file."
-HOMEPAGE = "https://github.com/clutter-project/mx";
-BUGTRACKER = "https://github.com/clutter-project/mx/issues";
-LICENSE = "LGPLv2.1"
-
-inherit clutter autotools features_check gobject-introspection gtk-doc
-# depends on clutter-1.0 which depends on cogl-1.0
-REQUIRED_DISTRO_FEATURES = "opengl"
-
-DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf"
-
-SRC_URI = 
"http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz"
-
-EXTRA_OECONF = "--disable-gtk-widgets          \
-               --with-dbus                     \
-               --with-winsys=none              \
-               --without-clutter-imcontext     \
-               --without-clutter-gesture       \
-               --without-startup-notification  \
-               --without-glade                 \
-              "
-
-FILES_${PN} += "${datadir}"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#152526): 
https://lists.openembedded.org/g/openembedded-core/message/152526
Mute This Topic: https://lists.openembedded.org/mt/83236900/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to