summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-10-08 10:50:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-08 10:50:28 -0400
commit6f7475a1e2cee1beecacac131601b3695dc489b5 (patch)
treec49c852876df40af09a20507694ff7a2cadc584d
parent9cdcd3ee8d1f65ccd69a1af9ca9e0e03566d95ac (diff)
downloadmeta-virtualization-6f7475a1e2cee1beecacac131601b3695dc489b5.tar.gz
hyperstart: update to latest commit
Although it appears abandoned, and has some build issues, updating hyperstart to its newest commit to be a base for future work, or simply be removed. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 9f984191..1126aa1b 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 = "15bb718ad34045aa1962a8204f602c6afe9a76ab" 12SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac"
13PV = "v0.2+git${SRCPV}" 13PV = "v0.2+git${SRCPV}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"