diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-18 12:02:12 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-18 12:02:12 +0000 |
commit | fc859a8ff435b28c7cc938e038a4d656b2158dc7 (patch) | |
tree | 27167b326ac8e22f165e3734b670c7585eef14e2 /meta/packages/clutter/clutter-gst-0.6_git.bb | |
parent | c3f6d464a184cc1d9acea71e2e21a1092ec07ab7 (diff) | |
download | poky-fc859a8ff435b28c7cc938e038a4d656b2158dc7.tar.gz |
clutter: Convert from svn to git
Diffstat (limited to 'meta/packages/clutter/clutter-gst-0.6_git.bb')
-rw-r--r-- | meta/packages/clutter/clutter-gst-0.6_git.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/clutter/clutter-gst-0.6_git.bb b/meta/packages/clutter/clutter-gst-0.6_git.bb new file mode 100644 index 0000000000..34e381ad19 --- /dev/null +++ b/meta/packages/clutter/clutter-gst-0.6_git.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require clutter-gst.inc | ||
2 | |||
3 | PV = "0.6.0+git${SRCREV}" | ||
4 | |||
5 | DEPENDS += "clutter-0.6" | ||
6 | |||
7 | SRC_URI = "git://git.clutter-project.org/clutter-gst.git;protocol=git;branch=clutter-gst-0-6" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||