From: Koen Kooi Date: Mon, 1 Jun 2009 16:35:02 +0000 (+0200) Subject: clutter-gst: add 0.9 X-Git-Tag: Release-2010-05/1~3305 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801089b9154401fb22134bf5f84441aa74bb6690;p=openembedded.git clutter-gst: add 0.9 * only works with proper GL, the clutter folks broke GLES --- diff --git a/recipes/clutter/clutter-gst-0.9_git.bb b/recipes/clutter/clutter-gst-0.9_git.bb new file mode 100644 index 0000000000..4b4529574c --- /dev/null +++ b/recipes/clutter/clutter-gst-0.9_git.bb @@ -0,0 +1,10 @@ +require clutter-gst.inc + +SRCREV = "a9a259bfcd8488a101df5c687366ca763c69b7ef" +PV = "0.9.0" +PR_append = "+git${SRCREV}" + +SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git \ + file://autofoo.patch;patch=1" + +S = "${WORKDIR}/git"