diff options
author | 2015-09-08 17:30:37 -0700 | |
---|---|---|
committer | 2015-09-10 14:45:01 -0400 | |
commit | 11cdeeb5bd8b155674df9a7f91d041ca71d8492f (patch) | |
tree | db70963352049d25fe9fb305f109f7d9da2ded34 /recipes-support/spice/spice_git.bb | |
parent | d7b18cea08503772bb2f99010f21836b5d654449 (diff) | |
download | meta-cloud-services-11cdeeb5bd8b155674df9a7f91d041ca71d8492f.tar.gz meta-cloud-services-11cdeeb5bd8b155674df9a7f91d041ca71d8492f.tar.bz2 meta-cloud-services-11cdeeb5bd8b155674df9a7f91d041ca71d8492f.zip |
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/spice/spice_git.bb')
-rw-r--r-- | recipes-support/spice/spice_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-support/spice/spice_git.bb b/recipes-support/spice/spice_git.bb index 83407871..95f7156f 100644 --- a/recipes-support/spice/spice_git.bb +++ b/recipes-support/spice/spice_git.bb @@ -24,6 +24,8 @@ SRCREV_spice = "b270fb010a3ddb432dfe6b15e4bdffa6ac086cd0" SRCREV_spice-common = "fe93908238196bd632287fc9875e6f2e11105d04" SRCREV_spice-protocol = "784407f248e7f99d2bfcc9368f9acd1efb2b9617" +SRCREV_FORMAT = "spice_spice-common_spice-protocol" + SRC_URI = "git://anongit.freedesktop.org/spice/spice;name=spice \ git://anongit.freedesktop.org/spice/spice-common;destsuffix=git/spice-common;name=spice-common \ git://anongit.freedesktop.org/spice/spice-protocol;destsuffix=git/spice-common/spice-protocol;name=spice-protocol \ |