summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-09-08 17:30:37 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-10 14:44:57 -0400
commit85a79d21084652005c208eda63b61177b2ded162 (patch)
tree8a7a28b6c0ce48f609150baf9fee5d403eb7e440 /recipes-support
parent2b9a979b624eeb2fa9efdc64ebe5670498b044d7 (diff)
downloadmeta-cloud-services-85a79d21084652005c208eda63b61177b2ded162.tar.gz
spice: add SRCREV_FORMAT to recipe
Create a composite source revision. Failure to do so can cause parsing errors. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/spice/spice_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb
index 8340787..95f7156 100644
--- a/recipes-support/spice/spice_git.bb
+++ b/recipes-support/spice/spice_git.bb
@@ -24,6 +24,8 @@ SRCREV_spice = "b270fb010a3ddb432dfe6b15e4bdffa6ac086cd0"
24SRCREV_spice-common = "fe93908238196bd632287fc9875e6f2e11105d04" 24SRCREV_spice-common = "fe93908238196bd632287fc9875e6f2e11105d04"
25SRCREV_spice-protocol = "784407f248e7f99d2bfcc9368f9acd1efb2b9617" 25SRCREV_spice-protocol = "784407f248e7f99d2bfcc9368f9acd1efb2b9617"
26 26
27SRCREV_FORMAT = "spice_spice-common_spice-protocol"
28
27SRC_URI = "git://anongit.freedesktop.org/spice/spice;name=spice \ 29SRC_URI = "git://anongit.freedesktop.org/spice/spice;name=spice \
28 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/spice-common;name=spice-common \ 30 git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/spice-common;name=spice-common \
29 git://anongit.freedesktop.org/spice/spice-protocol;destsuffix=git/spice-common/spice-protocol;name=spice-protocol \ 31 git://anongit.freedesktop.org/spice/spice-protocol;destsuffix=git/spice-common/spice-protocol;name=spice-protocol \