]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: Clean up old recipes
authorSaul Wold <sgw@linux.intel.com>
Sat, 14 May 2011 02:22:10 +0000 (19:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2011 13:22:52 +0000 (14:22 +0100)
clutter-1.4 is moved to meta-extras
clutter-box2d is migrated to latest 1.6 version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb [deleted file]
meta/recipes-graphics/clutter/clutter-box2d_git.bb
meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch [deleted file]
meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb [deleted file]
meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb [deleted file]

diff --git a/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb b/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb
deleted file mode 100644 (file)
index b736846..0000000
+++ /dev/null
@@ -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"
index 76715307af408203a5a350dd0dba166f679dfb5e..4c1c0037a28e16dccd31a9c84ea1890656f1b24c 100644 (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"
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch
deleted file mode 100644 (file)
index f1f68ac..0000000
+++ /dev/null
@@ -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) \
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb b/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb
deleted file mode 100644 (file)
index 1ab867d..0000000
+++ /dev/null
@@ -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
-}
diff --git a/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb b/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb
deleted file mode 100644 (file)
index 12822c0..0000000
+++ /dev/null
@@ -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"