From c856d8bde2cee71f1da6b97eec05ff121e0ede74 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 2 Oct 2008 17:11:36 +0000 Subject: - This adds clutter-{gst,gtk,cairo}-0.8 recipes and clutter-{gst,gtk,cairo}-0.6 recipes. - It removes the 0.4 recipes. - It renames things so that the major.minor revision is now part of the package name. This lets us correctly specify SRCREVs for each branch, and allows parallell install. - All the SRCREVs have been updated to the heads of their corresponding branches git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5384 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/clutter/clutter-0.8_svn.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/packages/clutter/clutter-0.8_svn.bb (limited to 'meta/packages/clutter/clutter-0.8_svn.bb') diff --git a/meta/packages/clutter/clutter-0.8_svn.bb b/meta/packages/clutter/clutter-0.8_svn.bb new file mode 100644 index 000000000..c8315a242 --- /dev/null +++ b/meta/packages/clutter/clutter-0.8_svn.bb @@ -0,0 +1,11 @@ +require clutter.inc + +PE = "1" +PR = "r0" +PV = "0.8.0+svnr${SRCREV}" + +SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-8;proto=http \ + file://enable_tests-0.8.patch;patch=1 " + +S = "${WORKDIR}/clutter-0-8" + -- cgit v1.2.3