All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libvirt: update list of licenses
@ 2016-08-31 15:00 Mark Asselstine
  2016-08-31 15:05 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Asselstine @ 2016-08-31 15:00 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

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>
---
 recipes-extended/libvirt/libvirt_1.3.5.bb | 4 ++--
 1 file 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 6222b69..7271ebe 100644
--- a/recipes-extended/libvirt/libvirt_1.3.5.bb
+++ b/recipes-extended/libvirt/libvirt_1.3.5.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux." 
 HOMEPAGE = "http://libvirt.org"
-LICENSE = "LGPLv2.1+"
-LICENSE_${PN}-ptest = "GPLv2+ & LGPLv2.1"
+LICENSE = "LGPLv2.1+ & GPLv2+"
+LICENSE_${PN}-ptest = "GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
 SECTION = "console/tools"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libvirt: update list of licenses
  2016-08-31 15:00 [PATCH] libvirt: update list of licenses Mark Asselstine
@ 2016-08-31 15:05 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2016-08-31 15:05 UTC (permalink / raw)
  To: Mark Asselstine; +Cc: meta-virtualization

On 2016-08-31 11:00 AM, Mark Asselstine wrote:
> 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+.

merged.

Bruce

>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>  recipes-extended/libvirt/libvirt_1.3.5.bb | 4 ++--
>  1 file 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 6222b69..7271ebe 100644
> --- a/recipes-extended/libvirt/libvirt_1.3.5.bb
> +++ b/recipes-extended/libvirt/libvirt_1.3.5.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "A toolkit to interact with the virtualization capabilities of recent versions of Linux."
>  HOMEPAGE = "http://libvirt.org"
> -LICENSE = "LGPLv2.1+"
> -LICENSE_${PN}-ptest = "GPLv2+ & LGPLv2.1"
> +LICENSE = "LGPLv2.1+ & GPLv2+"
> +LICENSE_${PN}-ptest = "GPLv2+ & LGPLv2.1+"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>                      file://COPYING.LESSER;md5=4b54a1fd55a448865a0b32d41598759d"
>  SECTION = "console/tools"
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-31 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 15:00 [PATCH] libvirt: update list of licenses Mark Asselstine
2016-08-31 15:05 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.