aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/xvisor/xvisor_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xvisor/xvisor_git.bb')
-rw-r--r--recipes-extended/xvisor/xvisor_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb
index 26b4e0f0..205951e9 100644
--- a/recipes-extended/xvisor/xvisor_git.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -1,6 +1,6 @@
SUMMARY = "Xvisor is an open-source type-1 hypervisor, which aims at providing a monolithic, light-weight, portable, and flexible virtualization solution."
DESCRIPTION = "Xvisor primarily supports Full virtualization hence, supports a wide range of unmodified guest operating systems. Paravirtualization is optional for Xvisor and will be supported in an architecture independent manner (such as VirtIO PCI/MMIO devices) to ensure no-change in guest OS for using paravirtualization."
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS += "dtc-native dosfstools-native mtools-native"
@@ -8,7 +8,7 @@ require xvisor-configs.inc
inherit autotools-brokensep
-PV = "0.3.0+git${SRCPV}"
+PV = "0.3.0+git"
# This version support the RISC-V v0.5.0 Hypervisor extensions
SRCREV = "6b23764a1439f9d08b2ed2f363da522460d8a22b"