From 6f7475a1e2cee1beecacac131601b3695dc489b5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 8 Oct 2020 10:50:28 -0400 Subject: [PATCH] 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 --- recipes-extended/hyperstart/hyperstart_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 SRC_URI = "git://github.com/hyperhq/hyperstart.git" SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch" -SRCREV = "15bb718ad34045aa1962a8204f602c6afe9a76ab" +SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac" PV = "v0.2+git${SRCPV}" S = "${WORKDIR}/git"