summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvmi/libvmi_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 13:05:37 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 13:07:10 -0500
commit108e089f7e844fafd12cfddd7eb6f96bef86c0a3 (patch)
treed2532573200df6c2180740939e962fbbd6497133 /recipes-extended/libvmi/libvmi_git.bb
parentc113c0936aa6fab6cb85a245d018f4b18917116a (diff)
downloadmeta-virtualization-108e089f7e844fafd12cfddd7eb6f96bef86c0a3.tar.gz
global: update licence values to SPDX values
These changes are the result of running the convert-spdx-licenses.py oe-core script. There's no impact to the build, but we will avoid issues when interacting with core QA by the alignment. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended/libvmi/libvmi_git.bb')
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb
index 25154a4f..3dcdbc98 100644
--- a/recipes-extended/libvmi/libvmi_git.bb
+++ b/recipes-extended/libvmi/libvmi_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "An introspection library, written in C, focused on reading \ 1DESCRIPTION = "An introspection library, written in C, focused on reading \
2 and writing memory from virtual machines (VM's)." 2 and writing memory from virtual machines (VM's)."
3HOMEPAGE = "https://github.com/libvmi/libvmi" 3HOMEPAGE = "https://github.com/libvmi/libvmi"
4LICENSE = "LGPLv3" 4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
6SECTION = "console/tools" 6SECTION = "console/tools"
7PV = "0.14.0" 7PV = "0.14.0"