clutter-0.9: move SRCREV a bit forward so that GLES builds again
authorKoen Kooi <koen@openembedded.org>
Thu, 13 Aug 2009 15:11:51 +0000 (17:11 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 13 Aug 2009 15:11:51 +0000 (17:11 +0200)
recipes/clutter/clutter-0.9_git.bb
recipes/clutter/clutter-gst-0.9_git.bb

index ed333ce..b7a04ca 100644 (file)
@@ -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
index 5a0b2cd..3cd12ea 100644 (file)
@@ -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"