]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: added (non-default) recipe for 0.4 branch
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 11 Oct 2007 10:39:17 +0000 (10:39 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 11 Oct 2007 10:39:17 +0000 (10:39 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2857 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter_0.4svn.bb [new file with mode: 0644]

diff --git a/meta/packages/clutter/clutter_0.4svn.bb b/meta/packages/clutter/clutter_0.4svn.bb
new file mode 100644 (file)
index 0000000..0bd32b6
--- /dev/null
@@ -0,0 +1,10 @@
+require clutter.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+PV = "0.4.0+svnr${SRCREV}"
+
+SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-4;proto=http \
+          file://enable_tests.patch;patch=1 "
+
+S = "${WORKDIR}/clutter-0-4"