diff options
| author | Ross Burton <ross@burtonini.com> | 2021-06-01 17:21:41 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-03 23:09:42 +0100 |
| commit | d31ff93415cfc20dc7d99da0a9db4081544e289a (patch) | |
| tree | 3631b02690701c12035fd59d330258d6515c60af /meta/recipes-graphics/mx | |
| parent | ba491952ee8b6183251f37e62485fc49b6e87ea5 (diff) | |
| download | poky-d31ff93415cfc20dc7d99da0a9db4081544e289a.tar.gz | |
mx: remove from Openembedded Core
MX is obsolete (last release 2012) and isn't used by anything in any
known layer.
(From OE-Core rev: ecc5d74854c9152d21140f2a44927b98ae10c0cd)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx')
| -rw-r--r-- | meta/recipes-graphics/mx/mx-1.0/fix-test-includes.patch | 20 | ||||
| -rw-r--r-- | meta/recipes-graphics/mx/mx-1.0_1.4.7.bb | 16 | ||||
| -rw-r--r-- | meta/recipes-graphics/mx/mx.inc | 27 |
3 files changed, 0 insertions, 63 deletions
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 @@ | |||
| 1 | Fix missing include directory when building tests | ||
| 2 | |||
| 3 | This patch is currently required for all versions of mx | ||
| 4 | Upstream-Status: Submitted @ https://github.com/clutter-project/mx/issues/82 | ||
| 5 | Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> | ||
| 6 | -- | ||
| 7 | Index: git/tests/Makefile.am | ||
| 8 | =================================================================== | ||
| 9 | --- git.orig/tests/Makefile.am 2013-05-08 15:18:56.918596425 +0100 | ||
| 10 | +++ git/tests/Makefile.am 2013-05-08 15:23:26.864781401 +0100 | ||
| 11 | @@ -10,7 +10,8 @@ | ||
| 12 | |||
| 13 | INCLUDES = \ | ||
| 14 | -I$(top_srcdir) \ | ||
| 15 | - -I$(top_builddir) | ||
| 16 | + -I$(top_builddir)\ | ||
| 17 | + -I$(top_builddir)/mx | ||
| 18 | |||
| 19 | noinst_PROGRAMS = \ | ||
| 20 | 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 @@ | |||
| 1 | require mx.inc | ||
| 2 | |||
| 3 | # The 1.4.7 tag does not build against cogl 1.14, pull in a revision with a fix | ||
| 4 | SRCREV = "9b1db6b8060bd00b121a692f942404a24ae2960f" | ||
| 5 | PV = "1.4.7+git${SRCPV}" | ||
| 6 | |||
| 7 | # Exclude x.99.x versions from upstream checks | ||
| 8 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>^\d+(\.(?!99)\d+)+)" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/clutter-project/mx.git;branch=mx-1.4 \ | ||
| 11 | file://fix-test-includes.patch \ | ||
| 12 | " | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ | ||
| 16 | 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 @@ | |||
| 1 | SUMMARY = "Clutter based UI widget library" | ||
| 2 | DESCRIPTION = "Mx is a widget toolkit using Clutter that provides a set of standard interface \ | ||
| 3 | elements, including buttons, progress bars, scroll bars and others. It also \ | ||
| 4 | implements some standard managers. One other interesting feature is the \ | ||
| 5 | possibility setting style properties from a CSS format file." | ||
| 6 | HOMEPAGE = "https://github.com/clutter-project/mx" | ||
| 7 | BUGTRACKER = "https://github.com/clutter-project/mx/issues" | ||
| 8 | LICENSE = "LGPLv2.1" | ||
| 9 | |||
| 10 | inherit clutter autotools features_check gobject-introspection gtk-doc | ||
| 11 | # depends on clutter-1.0 which depends on cogl-1.0 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "opengl" | ||
| 13 | |||
| 14 | DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf" | ||
| 15 | |||
| 16 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" | ||
| 17 | |||
| 18 | EXTRA_OECONF = "--disable-gtk-widgets \ | ||
| 19 | --with-dbus \ | ||
| 20 | --with-winsys=none \ | ||
| 21 | --without-clutter-imcontext \ | ||
| 22 | --without-clutter-gesture \ | ||
| 23 | --without-startup-notification \ | ||
| 24 | --without-glade \ | ||
| 25 | " | ||
| 26 | |||
| 27 | FILES_${PN} += "${datadir}" | ||
