diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/hyperstart/hyperstart_git.bb | 2 | ||||
-rw-r--r-- | recipes-extended/kvmtool/kvmtool.bb | 2 |
2 files changed, 2 insertions, 2 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" | |||
10 | SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch" | 10 | SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch" |
11 | 11 | ||
12 | SRCREV = "15bb718ad34045aa1962a8204f602c6afe9a76ab" | 12 | SRCREV = "15bb718ad34045aa1962a8204f602c6afe9a76ab" |
13 | PV = "v0.2+git${SRCREV}" | 13 | PV = "v0.2+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool.bb index d487ee27..cb09c66d 100644 --- a/recipes-extended/kvmtool/kvmtool.bb +++ b/recipes-extended/kvmtool/kvmtool.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "0e1882a49f81cb15d328ef83a78849c0ea26eecc" | 19 | SRCREV = "0e1882a49f81cb15d328ef83a78849c0ea26eecc" |
20 | PV = "4.14.0+git${SRCREV}" | 20 | PV = "4.14.0+git${SRCPV}" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||