mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 13:25:22 +02:00
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>
This commit is contained in:
parent
c113c0936a
commit
108e089f7e
|
@ -2,7 +2,7 @@ SECTION = "devel"
|
||||||
SUMMARY = "Light-weight package to set up cgroups at system boot."
|
SUMMARY = "Light-weight package to set up cgroups at system boot."
|
||||||
DESCRIPTION = "Light-weight package to set up cgroups at system boot."
|
DESCRIPTION = "Light-weight package to set up cgroups at system boot."
|
||||||
HOMEPAGE = "http://packages.ubuntu.com/source/artful/cgroup-lite"
|
HOMEPAGE = "http://packages.ubuntu.com/source/artful/cgroup-lite"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=5d5da4e0867cf06014f87102154d0102"
|
LIC_FILES_CHKSUM = "file://debian/copyright;md5=5d5da4e0867cf06014f87102154d0102"
|
||||||
SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/cgroup-lite_1.15.tar.xz"
|
SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/cgroup-lite_1.15.tar.xz"
|
||||||
SRC_URI += "file://cgroups-init"
|
SRC_URI += "file://cgroups-init"
|
||||||
|
|
|
@ -7,7 +7,7 @@ it was frozen at. The distinctive feature of the CRIU project is that it is \
|
||||||
mainly implemented in user space"
|
mainly implemented in user space"
|
||||||
HOMEPAGE = "http://criu.org"
|
HOMEPAGE = "http://criu.org"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
DESCRIPTION = "A fast and low-memory footprint OCI Container Runtime fully written in C."
|
DESCRIPTION = "A fast and low-memory footprint OCI Container Runtime fully written in C."
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
|
DESCRIPTION = "lxc aims to use these new functionnalities to provide an userspace container object"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "LGPLv2.1 & GPLv2"
|
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
|
||||||
file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations"
|
SUMMARY = "LXCFS is a userspace filesystem created to avoid kernel limitations"
|
||||||
LICENSE = "LGPL-2.1+"
|
LICENSE = "LGPL-2.1-or-later"
|
||||||
|
|
||||||
inherit autotools pkgconfig systemd
|
inherit autotools pkgconfig systemd
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
HOMEPAGE = "https://github.com/opencontainers/image-tools"
|
HOMEPAGE = "https://github.com/opencontainers/image-tools"
|
||||||
SUMMARY = "A collection of tools for working with the OCI image format specification"
|
SUMMARY = "A collection of tools for working with the OCI image format specification"
|
||||||
LICENSE = "Apache-2"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
|
||||||
|
|
||||||
DEPENDS = "\
|
DEPENDS = "\
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
HOMEPAGE = "https://github.com/opencontainers/runtime-tools"
|
HOMEPAGE = "https://github.com/opencontainers/runtime-tools"
|
||||||
SUMMARY = "oci-runtime-tool is a collection of tools for working with the OCI runtime specification"
|
SUMMARY = "oci-runtime-tool is a collection of tools for working with the OCI runtime specification"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master;protocol=https \
|
SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master;protocol=https \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "OCI systemd hook enables users to run systemd in docker and OCI"
|
DESCRIPTION = "OCI systemd hook enables users to run systemd in docker and OCI"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPL-3.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
DESCRIPTION = "An implementation of docker-compose with podman backend"
|
DESCRIPTION = "An implementation of docker-compose with podman backend"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SUMMARY = "User space components of the Ceph file system"
|
SUMMARY = "User space components of the Ceph file system"
|
||||||
LICENSE = "LGPLv2.1 & GPLv2 & Apache-2.0 & MIT"
|
LICENSE = "LGPL-2.1-only & GPL-2.0-only & Apache-2.0 & MIT"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING-LGPL2.1;md5=fbc093901857fcd118f065f900982c24 \
|
LIC_FILES_CHKSUM = "file://COPYING-LGPL2.1;md5=fbc093901857fcd118f065f900982c24 \
|
||||||
file://COPYING-GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
file://COPYING-GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||||
file://COPYING;md5=4eb012c221c5fd4b760029a2981a6754 \
|
file://COPYING;md5=4eb012c221c5fd4b760029a2981a6754 \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
DESCRIPTION = "Init scripts for use on cloud images"
|
DESCRIPTION = "Init scripts for use on cloud images"
|
||||||
HOMEPAGE = "https://github.com/canonical/cloud-init"
|
HOMEPAGE = "https://github.com/canonical/cloud-init"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPL-3.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
|
||||||
|
|
||||||
SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a"
|
SRCREV = "a97fd062f7dbd4b824fd006edd08927ef9dbf24a"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "This is a cross development C compiler, assembler and linker environment for the production of 8086 executables (Optionally MSDOS COM)"
|
DESCRIPTION = "This is a cross development C compiler, assembler and linker environment for the production of 8086 executables (Optionally MSDOS COM)"
|
||||||
HOMEPAGE = "http://www.debath.co.uk/dev86/"
|
HOMEPAGE = "http://www.debath.co.uk/dev86/"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Although the kernel client supports several 9P variants, diod only supports \
|
||||||
9P2000.L, and only in its feature-complete form, as it appeared in 2.6.38."
|
9P2000.L, and only in its feature-complete form, as it appeared in 2.6.38."
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||||
|
|
||||||
PV = "1.0.24+git${SRCPV}"
|
PV = "1.0.24+git${SRCPV}"
|
||||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "FUSE implementation of overlayfs."
|
||||||
DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \
|
DESCRIPTION = "An implementation of overlay+shiftfs in FUSE for rootless \
|
||||||
containers."
|
containers."
|
||||||
|
|
||||||
LICENSE = "GPLv3+"
|
LICENSE = "GPL-3.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
|
SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SUMMARY = "The tiny Init service for HyperContainer"
|
SUMMARY = "The tiny Init service for HyperContainer"
|
||||||
DESCRIPTION = "The init Task for HyperContainer"
|
DESCRIPTION = "The init Task for HyperContainer"
|
||||||
|
|
||||||
LICENSE = "Apache-2"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "Open source network boot firmware"
|
DESCRIPTION = "Open source network boot firmware"
|
||||||
HOMEPAGE = "http://ipxe.org"
|
HOMEPAGE = "http://ipxe.org"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
DEPENDS = "binutils-native perl-native syslinux mtools-native cdrtools-native xz"
|
DEPENDS = "binutils-native perl-native syslinux mtools-native cdrtools-native xz"
|
||||||
LIC_FILES_CHKSUM = "file://../COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://../COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ which can lead to better performance and IO balance on SMP systems."
|
||||||
HOMEPAGE = "http://code.google.com/p/irqbalance/"
|
HOMEPAGE = "http://code.google.com/p/irqbalance/"
|
||||||
BUGTRACKER = "http://code.google.com/p/irqbalance/issues/list"
|
BUGTRACKER = "http://code.google.com/p/irqbalance/issues/list"
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||||
file://irqbalance.c;beginline=6;endline=8;md5=b94e153694672307b503b1bc87dc9e24 \
|
file://irqbalance.c;beginline=6;endline=8;md5=b94e153694672307b503b1bc87dc9e24 \
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SUMMARY = "Native Linux KVM tool"
|
SUMMARY = "Native Linux KVM tool"
|
||||||
DESCRIPTION = "kvmtool is a lightweight tool for hosting KVM guests."
|
DESCRIPTION = "kvmtool is a lightweight tool for hosting KVM guests."
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
|
||||||
|
|
||||||
DEPENDS = "dtc libaio zlib"
|
DEPENDS = "dtc libaio zlib"
|
||||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "Libibverbs is a library that allows userspace processes to use In
|
||||||
HOMEPAGE = "http://www.openfabrics.org/downloads/verbs/"
|
HOMEPAGE = "http://www.openfabrics.org/downloads/verbs/"
|
||||||
SECTION = "libs/devel"
|
SECTION = "libs/devel"
|
||||||
|
|
||||||
LICENSE = "GPLv2 | BSD-2-Clause"
|
LICENSE = "GPL-2.0-only | BSD-2-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51"
|
||||||
|
|
||||||
# Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git
|
# Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux."
|
DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux."
|
||||||
HOMEPAGE = "http://libvirt.org"
|
HOMEPAGE = "http://libvirt.org"
|
||||||
LICENSE = "LGPLv2.1+ & GPLv2+"
|
LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||||
file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
|
file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
DESCRIPTION = "An introspection library, written in C, focused on reading \
|
DESCRIPTION = "An introspection library, written in C, focused on reading \
|
||||||
and writing memory from virtual machines (VM's)."
|
and writing memory from virtual machines (VM's)."
|
||||||
HOMEPAGE = "https://github.com/libvmi/libvmi"
|
HOMEPAGE = "https://github.com/libvmi/libvmi"
|
||||||
LICENSE = "LGPLv3"
|
LICENSE = "LGPL-3.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
PV = "0.14.0"
|
PV = "0.14.0"
|
||||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "A host/service/network monitoring and management system core file
|
||||||
HOMEPAGE = "http://www.nagios.org"
|
HOMEPAGE = "http://www.nagios.org"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4c4203caac58013115c9ca4b85f296ae"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4c4203caac58013115c9ca4b85f296ae"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "Nagios Remote Plugin Executor"
|
||||||
HOMEPAGE = "http://www.nagios.com"
|
HOMEPAGE = "http://www.nagios.com"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://src/nrpe.c;beginline=1;endline=35;md5=0dadd78599abbc737af81432702e9161"
|
LIC_FILES_CHKSUM = "file://src/nrpe.c;beginline=1;endline=35;md5=0dadd78599abbc737af81432702e9161"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "Nagios Service Check Acceptor"
|
||||||
HOMEPAGE = "http://exchange.nagios.org"
|
HOMEPAGE = "http://exchange.nagios.org"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://src/nsca.c;beginline=1;endline=16;md5=dd7a195cc7d8a3ebcfabd65360d0cab4"
|
LIC_FILES_CHKSUM = "file://src/nsca.c;beginline=1;endline=16;md5=dd7a195cc7d8a3ebcfabd65360d0cab4"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "A host/service/network monitoring and management system plugins"
|
||||||
HOMEPAGE = "http://www.nagios-plugins.org"
|
HOMEPAGE = "http://www.nagios-plugins.org"
|
||||||
SECTION = "console/network"
|
SECTION = "console/network"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPL-3.0-only"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
LICENSE = "GPLv3 & LGPLv2.1"
|
LICENSE = "GPL-3.0-only & LGPL-2.1-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=62e1e33aebac5b1bc9fc48a866e2f61b \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=62e1e33aebac5b1bc9fc48a866e2f61b \
|
||||||
file://oathtool/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
file://oathtool/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||||
file://liboath/COPYING;md5=4fbd65380cdd255951079008b364516c \
|
file://liboath/COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "SeaBIOS"
|
DESCRIPTION = "SeaBIOS"
|
||||||
HOMEPAGE = "http://www.coreboot.org/SeaBIOS"
|
HOMEPAGE = "http://www.coreboot.org/SeaBIOS"
|
||||||
LICENSE = "LGPLv3"
|
LICENSE = "LGPL-3.0-only"
|
||||||
SECTION = "firmware"
|
SECTION = "firmware"
|
||||||
|
|
||||||
inherit python3native
|
inherit python3native
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
|
HOMEPAGE = "http://www.oberhumer.com/opensource/ucl/"
|
||||||
SUMMARY = "Data compression library"
|
SUMMARY = "Data compression library"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e"
|
||||||
|
|
||||||
SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
|
SRC_URI = "http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz \
|
||||||
|
|
|
@ -6,7 +6,7 @@ SRC_URI = "gitsm://github.com/upx/upx;branch=devel;protocol=https \
|
||||||
file://0001-MyCom.h-fix-build-with-gcc-11.patch;patchdir=src/lzma-sdk \
|
file://0001-MyCom.h-fix-build-with-gcc-11.patch;patchdir=src/lzma-sdk \
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a"
|
||||||
|
|
||||||
DEPENDS = "zlib libucl xz"
|
DEPENDS = "zlib libucl xz"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SUMMARY = "uXen type-2 Open Source hypervisor Linux guest tools"
|
SUMMARY = "uXen type-2 Open Source hypervisor Linux guest tools"
|
||||||
DESCRIPTION = "Linux guest virtual machine tools for the uXen hypervisor"
|
DESCRIPTION = "Linux guest virtual machine tools for the uXen hypervisor"
|
||||||
HOMEPAGE = "https://www.bromium.com/opensource"
|
HOMEPAGE = "https://www.bromium.com/opensource"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64.*).*-linux'
|
COMPATIBLE_HOST = '(x86_64.*).*-linux'
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "biossums tool for building Plex86/Bochs LGPL VGABios"
|
DESCRIPTION = "biossums tool for building Plex86/Bochs LGPL VGABios"
|
||||||
HOMEPAGE = "http://www.nongnu.org/vgabios/"
|
HOMEPAGE = "http://www.nongnu.org/vgabios/"
|
||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPL-2.1-only"
|
||||||
SECTION = "firmware"
|
SECTION = "firmware"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dcf3c825659e82539645da41a7908589"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
DESCRIPTION = "Plex86/Bochs LGPL VGABios"
|
DESCRIPTION = "Plex86/Bochs LGPL VGABios"
|
||||||
HOMEPAGE = "http://www.nongnu.org/vgabios/"
|
HOMEPAGE = "http://www.nongnu.org/vgabios/"
|
||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPL-2.1-only"
|
||||||
SECTION = "firmware"
|
SECTION = "firmware"
|
||||||
|
|
||||||
DEPENDS = "dev86-native biossums-native"
|
DEPENDS = "dev86-native biossums-native"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
HOMEPAGE = "http://xen.org"
|
HOMEPAGE = "http://xen.org"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPL-2.0-only"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
inherit autotools-brokensep pkgconfig
|
||||||
|
|
|
@ -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."
|
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."
|
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"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
DEPENDS += "dtc-native dosfstools-native mtools-native"
|
DEPENDS += "dtc-native dosfstools-native mtools-native"
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ SUMMARY = "Python Library for the Device Tree Compiler"
|
||||||
HOMEPAGE = "https://devicetree.org/"
|
HOMEPAGE = "https://devicetree.org/"
|
||||||
DESCRIPTION = "A python library for the Device Tree Compiler, a tool used to manipulate Device Tree files which contain a data structure for describing hardware."
|
DESCRIPTION = "A python library for the Device Tree Compiler, a tool used to manipulate Device Tree files which contain a data structure for describing hardware."
|
||||||
SECTION = "bootloader"
|
SECTION = "bootloader"
|
||||||
LICENSE = "GPLv2 | BSD-2-Clause"
|
LICENSE = "GPL-2.0-only | BSD-2-Clause"
|
||||||
|
|
||||||
DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native libyaml dtc"
|
DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native libyaml dtc"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ DESCRIPTION = "\
|
||||||
|
|
||||||
HOMEPAGE = "http://openvswitch.org/"
|
HOMEPAGE = "http://openvswitch.org/"
|
||||||
SECTION = "networking"
|
SECTION = "networking"
|
||||||
LICENSE = "Apache-2"
|
LICENSE = "Apache-2.0"
|
||||||
|
|
||||||
DEPENDS += "bridge-utils openssl python3 perl python3-six-native coreutils-native"
|
DEPENDS += "bridge-utils openssl python3 perl python3-six-native coreutils-native"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "slirp4netns allows connecting a network namespace to the \
|
||||||
Internet in a completely unprivileged way, by connecting a TAP device in a \
|
Internet in a completely unprivileged way, by connecting a TAP device in a \
|
||||||
network namespace to the usermode TCP/IP stack ("slirp")."
|
network namespace to the usermode TCP/IP stack ("slirp")."
|
||||||
|
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPL-2.0-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
|
||||||
|
|
||||||
SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
|
SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user