summaryrefslogtreecommitdiffstats
path: root/recipes-extended/hyperstart
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-01-11 16:49:15 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2019-01-16 10:28:26 -0500
commit488b5aba28fff50c64866b42a8b66aef74ac12ad (patch)
tree399d1a138e893a14ad9398db70897cdbe9ab6fcd /recipes-extended/hyperstart
parent8bd3ee327db71544bb29673f72a89064ab0df6f4 (diff)
downloadmeta-virtualization-488b5aba28fff50c64866b42a8b66aef74ac12ad.tar.gz
Use SRCPV instead of SRCREV where possible
This change reduces the length of ${PV} for several recipes and gives us auto-incrementing version numbers. Signed-off-by: Paul Barker <paul@betafive.co.uk> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/hyperstart')
-rw-r--r--recipes-extended/hyperstart/hyperstart_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/hyperstart/hyperstart_git.bb b/recipes-extended/hyperstart/hyperstart_git.bb
index 3c64f24e..9f984191 100644
--- a/recipes-extended/hyperstart/hyperstart_git.bb
+++ b/recipes-extended/hyperstart/hyperstart_git.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/hyperhq/hyperstart.git"
10SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch" 10SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch"
11 11
12SRCREV = "15bb718ad34045aa1962a8204f602c6afe9a76ab" 12SRCREV = "15bb718ad34045aa1962a8204f602c6afe9a76ab"
13PV = "v0.2+git${SRCREV}" 13PV = "v0.2+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16