diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-08-31 11:00:50 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-31 11:03:26 -0400 |
| commit | 3907b0961960e0fcea1b18f0e1d39e4edb70137e (patch) | |
| tree | 1b8581a0abdd09e2355cad0b34c6e23d3d962886 | |
| parent | aeb17639818d973bf39982c7379d080f15bbcfe0 (diff) | |
| download | meta-virtualization-3907b0961960e0fcea1b18f0e1d39e4edb70137e.tar.gz | |
libvirt: update list of licenses
Apparently if a license is listed for a package it must be included in
the overall LICENSE variable otherwise you will get WARNINGS such as:
WARNING: LICENSE_libvirt-ptest includes licenses (LGPLv2.1 GPLv2+)
that are not listed in LICENSE
We ensure that the license string is consistent between the LICENSE
variable and the subpackage license string to remove this
warning. Since '2+' is a superset of '2', ie. "version 2 or later",
and actually is more reflective of the text found on the file headers
and such we use GPLv2+ and LGPLv2.1+.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | recipes-extended/libvirt/libvirt_1.3.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.3.5.bb b/recipes-extended/libvirt/libvirt_1.3.5.bb index 6222b697..7271ebe0 100644 --- a/recipes-extended/libvirt/libvirt_1.3.5.bb +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux." | 1 | DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux." |
| 2 | HOMEPAGE = "http://libvirt.org" | 2 | HOMEPAGE = "http://libvirt.org" |
| 3 | LICENSE = "LGPLv2.1+" | 3 | LICENSE = "LGPLv2.1+ & GPLv2+" |
| 4 | LICENSE_${PN}-ptest = "GPLv2+ & LGPLv2.1" | 4 | LICENSE_${PN}-ptest = "GPLv2+ & LGPLv2.1+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 6 | file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d" | 6 | file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d" |
| 7 | SECTION = "console/tools" | 7 | SECTION = "console/tools" |
