[oe-commits] Koen Kooi : clutter-0.9: move SRCREV a bit forward so that GLES builds again

git version control git at git.openembedded.org
Thu Aug 13 15:12:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dd641b8a0b31c651aacb1485ca2a7e42a976c756
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd641b8a0b31c651aacb1485ca2a7e42a976c756

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Aug 13 17:11:51 2009 +0200

clutter-0.9: move SRCREV a bit forward so that GLES builds again

---

 recipes/clutter/clutter-0.9_git.bb     |    6 ++++--
 recipes/clutter/clutter-gst-0.9_git.bb |    5 ++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/recipes/clutter/clutter-0.9_git.bb b/recipes/clutter/clutter-0.9_git.bb
index ed333ce..b7a04ca 100644
--- a/recipes/clutter/clutter-0.9_git.bb
+++ b/recipes/clutter/clutter-0.9_git.bb
@@ -1,8 +1,8 @@
 require clutter.inc
 
-SRCREV = "fdaaa8b6d701d2b43fd2750de1b018b5af5577ea"
+SRCREV = "13e055a351f83c56b895b131566a6e842d24ed2a"
 
-PV = "0.9.4"
+PV = "1.1.0"
 PR = "r0"
 PR_append = "+git${SRCREV}"
 
@@ -12,6 +12,8 @@ S = "${WORKDIR}/git"
 
 BASE_CONF += "--disable-introspection"
 
+PARALLEL_MAKE = ""
+
 do_compile_prepend() {
 	for i in $(find ${S} -name Makefile) ; do
 		sed -i -e s:-Werror::g $i
diff --git a/recipes/clutter/clutter-gst-0.9_git.bb b/recipes/clutter/clutter-gst-0.9_git.bb
index 5a0b2cd..3cd12ea 100644
--- a/recipes/clutter/clutter-gst-0.9_git.bb
+++ b/recipes/clutter/clutter-gst-0.9_git.bb
@@ -2,13 +2,12 @@ require clutter-gst.inc
 
 DEPENDS += "clutter-0.9"
 
-SRCREV = "487552b95f7ccce00118619d5b4256936621eb5e"
+SRCREV = "379b63b013af463210e54470693aedfa9009f4dc"
 PV = "0.9.0"
-PR = "r3"
+PR = "r4"
 PR_append = "+git${SRCREV}"
 
 SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \
-           file://0001-clutter-gst-videosink-guard-GL-calls-with-ifdef-CL.patch;patch=1 \
            file://gtk-doc.make"
 
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list