mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 15:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ba491952ee
commit
d31ff93415
@@ -520,7 +520,6 @@ RECIPE_MAINTAINER_pn-mtools = "Anuj Mittal <anuj.mittal@intel.com>"
|
|||||||
RECIPE_MAINTAINER_pn-musl = "Khem Raj <raj.khem@gmail.com>"
|
RECIPE_MAINTAINER_pn-musl = "Khem Raj <raj.khem@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-musl-obstack = "Khem Raj <raj.khem@gmail.com>"
|
RECIPE_MAINTAINER_pn-musl-obstack = "Khem Raj <raj.khem@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-musl-utils = "Khem Raj <raj.khem@gmail.com>"
|
RECIPE_MAINTAINER_pn-musl-utils = "Khem Raj <raj.khem@gmail.com>"
|
||||||
RECIPE_MAINTAINER_pn-mx-1.0 = "Anuj Mittal <anuj.mittal@intel.com>"
|
|
||||||
RECIPE_MAINTAINER_pn-nasm = "Richard Purdie <richard.purdie@linuxfoundation.org>"
|
RECIPE_MAINTAINER_pn-nasm = "Richard Purdie <richard.purdie@linuxfoundation.org>"
|
||||||
RECIPE_MAINTAINER_pn-nativesdk-buildtools-perl-dummy = "Richard Purdie <richard.purdie@linuxfoundation.org>"
|
RECIPE_MAINTAINER_pn-nativesdk-buildtools-perl-dummy = "Richard Purdie <richard.purdie@linuxfoundation.org>"
|
||||||
RECIPE_MAINTAINER_pn-nativesdk-icecc-toolchain = "Joshua Watt <JPEWhacker@gmail.com>"
|
RECIPE_MAINTAINER_pn-nativesdk-icecc-toolchain = "Joshua Watt <JPEWhacker@gmail.com>"
|
||||||
|
|||||||
@@ -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 <tomas@sleepfive.com>
|
|
||||||
--
|
|
||||||
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 \
|
|
||||||
@@ -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"
|
|
||||||
@@ -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}"
|
|
||||||
Reference in New Issue
Block a user