From 967bcb26d331018b46d6cdb9e5a48b60944ef245 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 30 Nov 2021 15:21:16 +0100 Subject: xvisor: set PV * use something more reasonable than default 'git' from filename * there wasn't a new tag for a long time, so this is quite far from 0.3.0 as git describe shows: v0.3.0-231-g6b23764a but 0.3.0 is still the closest release I've found and matches PROJECT_VERSION in Makefile: https://github.com/avpatel/xvisor-next/blob/6b23764a1439f9d08b2ed2f363da522460d8a22b/Makefile#L29 Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-extended/xvisor/xvisor_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb index 4d2a719e..26b4e0f0 100644 --- a/recipes-extended/xvisor/xvisor_git.bb +++ b/recipes-extended/xvisor/xvisor_git.bb @@ -8,6 +8,8 @@ require xvisor-configs.inc inherit autotools-brokensep +PV = "0.3.0+git${SRCPV}" + # This version support the RISC-V v0.5.0 Hypervisor extensions SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b" SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \ -- cgit v1.2.3-54-g00ecf