summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-13 19:22:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-18 14:32:44 +0100
commit0d294877fd45a509947fafcb7606737ff253692a (patch)
treebf66adbfef192c57cb35a7afec009de7be8cb758
parent3fcdbf9fc147250f15a6092ec1aba911f71ac1d7 (diff)
downloadast2050-yocto-poky-0d294877fd45a509947fafcb7606737ff253692a.zip
ast2050-yocto-poky-0d294877fd45a509947fafcb7606737ff253692a.tar.gz
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>
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb25
-rw-r--r--meta/recipes-graphics/clutter/clutter-box2d_git.bb4
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch15
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb19
-rw-r--r--meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb18
5 files changed, 2 insertions, 79 deletions
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
index b736846..0000000
--- a/meta/recipes-graphics/clutter/clutter-1.4_1.4.2.bb
+++ /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"
diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
index 7671530..4c1c003 100644
--- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb
+++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb
@@ -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
index f1f68ac..0000000
--- a/meta/recipes-graphics/clutter/clutter-gst-1.4/enable_tests.patch
+++ /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
index 1ab867d..0000000
--- a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb
+++ /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
index 12822c0..0000000
--- a/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb
+++ /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"
OpenPOWER on IntegriCloud