summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-10-04 09:33:51 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-10-31 09:12:42 -0400
commit4bded63c2ec35a6c2aa3276f83519925e8669663 (patch)
tree9114898a7f65f261ef75ae9d39ead24aa99dbfc1
parent2519e5b16d692bb7479f75be1a3e58912e070d4c (diff)
downloadmeta-virtualization-4bded63c2ec35a6c2aa3276f83519925e8669663.tar.gz
hyperstart: refresh/uprev core support
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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 99c21952..3c64f24e 100644
--- a/recipes-extended/hyperstart/hyperstart_git.bb
+++ b/recipes-extended/hyperstart/hyperstart_git.bb
@@ -9,7 +9,7 @@ inherit autotools-brokensep
9SRC_URI = "git://github.com/hyperhq/hyperstart.git" 9SRC_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 = "ad48a3230836f59ada163659cde151a37522068b" 12SRCREV = "15bb718ad34045aa1962a8204f602c6afe9a76ab"
13PV = "v0.2+git${SRCREV}" 13PV = "v0.2+git${SRCREV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"