aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clutter/clutter-box2d_git.bb
diff options
context:
space:
mode:
authorAndreas Mueller <schnitzeltony@gmx.de>2010-09-09 00:29:35 +0000
committerKoen Kooi <koen@openembedded.org>2010-09-10 13:07:29 +0200
commite51ed5feba5659f02afd1f995c21a7ee99b45fe0 (patch)
treee14e3a2d53fce5160baa46643354797082eb591a /recipes/clutter/clutter-box2d_git.bb
parent3e84f62cc7bf7cf170584846fb10af42759ce6d1 (diff)
downloadopenembedded-e51ed5feba5659f02afd1f995c21a7ee99b45fe0.tar.gz
clutter-box2d: renamed clutter-box2d_0.10.0_git.bb -> clutter-box2d_git.bb
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/clutter/clutter-box2d_git.bb')
-rw-r--r--recipes/clutter/clutter-box2d_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/clutter/clutter-box2d_git.bb b/recipes/clutter/clutter-box2d_git.bb
new file mode 100644
index 0000000000..c503f81977
--- /dev/null
+++ b/recipes/clutter/clutter-box2d_git.bb
@@ -0,0 +1,13 @@
+require clutter-box2d.inc
+
+SRCREV = "4e72b9c135a9439b82d801c62422531db611f98b"
+
+PV = 0.10.0
+PR = "${INC_PR}.0"
+PR_append = "+git${SRCREV}"
+
+SRC_URI = "git://git.clutter-project.org/clutter-box2d.git;protocol=git \
+ file://example-data-location.patch \
+ "
+
+S = "${WORKDIR}/git"