summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mx/mx_1.3.2.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2012-02-08 13:08:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-10 13:36:56 +0000
commit84d62181f80402fa461675e03b20ba08da1991e8 (patch)
tree3d5d0e032361b1e1621e5e3a858afea1b3b9f7c5 /meta/recipes-graphics/mx/mx_1.3.2.bb
parentb752e2d6ae286db5588547fc49f1aa64e112fa32 (diff)
downloadopenembedded-core-84d62181f80402fa461675e03b20ba08da1991e8.tar.gz
openembedded-core-84d62181f80402fa461675e03b20ba08da1991e8.tar.bz2
openembedded-core-84d62181f80402fa461675e03b20ba08da1991e8.tar.xz
openembedded-core-84d62181f80402fa461675e03b20ba08da1991e8.zip
mx: update to 1.4.2
Patch in a copy of introspection.m4 so that we can continue to easily and cleanly disable introspection. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mx/mx_1.3.2.bb')
-rw-r--r--meta/recipes-graphics/mx/mx_1.3.2.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-graphics/mx/mx_1.3.2.bb b/meta/recipes-graphics/mx/mx_1.3.2.bb
deleted file mode 100644
index 695249b10..000000000
--- a/meta/recipes-graphics/mx/mx_1.3.2.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Clutter based widget library"
-LICENSE = "LGPLv2.1"
-PR = "r1"
-
-DEPENDS = "clutter-1.8"
-
-inherit autotools
-
-SRC_URI = "http://source.clutter-project.org/sources/mx/1.3/mx-${PV}.tar.bz2"
-SRC_URI[md5sum] = "6057f3403d1109191dc7ef492bae5867"
-SRC_URI[sha256sum] = "94fd2b307b204945643af1e3193a2a7be96712f9296cf0e525f5fd7538f85513"
-
-LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \
- file://mx/mx-widget.c;beginline=8;endline=20;md5=13bba3c973a72414a701e1e87b5ee879"
-
-EXTRA_OECONF = "--disable-introspection --disable-gtk-widgets"
-