clutter: Clean up old recipes

clutter-1.4 is moved to meta-extras
clutter-box2d is migrated to latest 1.6 version

(From OE-Core rev: 5b9786fe10a630bfbb344a6a644171fd4457b657)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2011-05-13 19:22:10 -07:00 committed by Richard Purdie
parent 3fcdbf9fc1
commit 0d294877fd
5 changed files with 2 additions and 79 deletions

View File

@ -1,25 +0,0 @@
require clutter.inc
PR = "r1"
PACKAGES =+ "${PN}-examples"
FILES_${PN}-examples = "${bindir}/test-* ${pkgdatadir}/redhand.png"
SRC_URI = "http://source.clutter-project.org/sources/clutter/1.4/clutter-${PV}.tar.bz2 \
file://enable_tests-1.4.patch;patch=1 \
file://test-conformance-fix.patch;patch=1 "
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
S = "${WORKDIR}/clutter-1.4.2"
BASE_CONF += "--disable-introspection"
EXTRA_OECONF += "--with-json=check"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}
SRC_URI[md5sum] = "5a3c6d8414d4e286aba0a936f344c9b1"
SRC_URI[sha256sum] = "92fd67acce5105c933e54ad0c87d0f5ace1202fd0f87949cb49a3759e6e38892"

View File

@ -2,7 +2,7 @@ require clutter-box2d.inc
LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b"
SRCREV = "92b44f79a8667a31b46b861236392bdf32b7d6c2"
SRCREV = "4799ac10ae8cb7da936a2b999aba58fe62eb1ee3"
PV = "0.10.1+git${SRCPV}"
PR = "r0"
@ -10,4 +10,4 @@ SRC_URI = "git://git.clutter-project.org/clutter-box2d.git;protocol=git"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.4"
DEPENDS += "clutter-1.6"

View File

@ -1,15 +0,0 @@
Install example binary needed for core-image-clutter
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Index: git/examples/Makefile.am
===================================================================
--- git.orig/examples/Makefile.am 2011-05-04 14:07:21.000000000 -0700
+++ git/examples/Makefile.am 2011-05-04 14:24:38.625984314 -0700
@@ -1,6 +1,6 @@
NULL = #
-noinst_PROGRAMS = video-player video-sink audio-player
+bin_PROGRAMS = video-player video-sink audio-player
INCLUDES = -I$(top_srcdir) \
$(MAINTAINER_CFLAGS) \

View File

@ -1,19 +0,0 @@
require clutter-gst.inc
SRCREV = "8a087fabc888a6a4a939760c392109dbb610adbf"
PV = "1.3.4+git${SRCPV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
file://clutter-gst/clutter-gst.h;beginline=1;endline=24;md5=3275ae5179d58dccf8852cdad3a44574"
DEPENDS += "clutter-1.4"
SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=master \
file://enable_tests-1.4.patch"
S = "${WORKDIR}/git"
do_configure_prepend () {
# Disable DOLT
sed -i -e 's/^DOLT//' ${S}/configure.ac
}

View File

@ -1,18 +0,0 @@
require clutter-gtk.inc
SRCREV = "b92329c4c1288019e2dea6567e2b5e98eb0a9992"
PV = "0.90.0+git${SRCPV}"
PR = "r0"
SRC_URI = "git://git.clutter-project.org/clutter-gtk.git;protocol=git;branch=master \
file://disable_deprecated.patch \
file://enable_tests.patch \
"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
S = "${WORKDIR}/git"
DEPENDS += "clutter-1.4"
EXTRA_OECONF += "--disable-introspection"