diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-27 16:21:53 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-27 16:21:53 +0100 |
commit | 60688d8a643e5b42c75041d553bf377f6ec78f9c (patch) | |
tree | d318ae8a0cf7eaf6a589696a4e7f690f8cfe9d7b /meta-moblin/packages/libccss | |
parent | f9686c4f10d6fa78fc4ba3074becf8befa088bfa (diff) | |
download | poky-60688d8a643e5b42c75041d553bf377f6ec78f9c.tar.gz |
meta-moblin: Convert remaining git packages to SRCPV
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/libccss')
-rw-r--r-- | meta-moblin/packages/libccss/libccss_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-moblin/packages/libccss/libccss_git.bb b/meta-moblin/packages/libccss/libccss_git.bb index e622d9f9bf..75c96afa6e 100644 --- a/meta-moblin/packages/libccss/libccss_git.bb +++ b/meta-moblin/packages/libccss/libccss_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SRC_URI = "git://anongit.freedesktop.org/git/ccss.git;protocol=git" | 1 | SRC_URI = "git://anongit.freedesktop.org/git/ccss.git;protocol=git" |
2 | PV = "0.0+git${SRCREV}" | 2 | PV = "0.0.1+git${SRCPV}" |
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4" | 5 | DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4" |