All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] util-linux: Set license for pylibmount sub package
@ 2020-08-26 16:13 Adrian Freihofer
  2020-08-26 21:54 ` [OE-core] " Richard Purdie
       [not found] ` <162EF00E1775189E.30808@lists.openembedded.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Adrian Freihofer @ 2020-08-26 16:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Adrian Freihofer

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 meta/recipes-core/util-linux/util-linux_2.36.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.36.bb
index 2fac9793a2..7476e60784 100644
--- a/meta/recipes-core/util-linux/util-linux_2.36.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.36.bb
@@ -6,12 +6,13 @@ disk partitioning, kernel message management, filesystem creation, and system lo
 
 SECTION = "base"
 
-LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause"
+LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause & LGPLv3+"
 LICENSE_${PN}-libblkid = "LGPLv2.1+"
 LICENSE_${PN}-libfdisk = "LGPLv2.1+"
 LICENSE_${PN}-libmount = "LGPLv2.1+"
 LICENSE_${PN}-libsmartcols = "LGPLv2.1+"
 LICENSE_${PN}-libuuid = "BSD-3-Clause"
+LICENSE_${PN}-pylibmount = "LGPLv3+"
 
 LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \
                     file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
-- 
2.25.4


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

* Re: [OE-core] [meta-oe][PATCH] util-linux: Set license for pylibmount sub package
  2020-08-26 16:13 [meta-oe][PATCH] util-linux: Set license for pylibmount sub package Adrian Freihofer
@ 2020-08-26 21:54 ` Richard Purdie
       [not found] ` <162EF00E1775189E.30808@lists.openembedded.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2020-08-26 21:54 UTC (permalink / raw)
  To: Adrian Freihofer, openembedded-core; +Cc: Adrian Freihofer

On Wed, 2020-08-26 at 18:13 +0200, Adrian Freihofer wrote:
> Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
> ---
>  meta/recipes-core/util-linux/util-linux_2.36.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.36.bb
> index 2fac9793a2..7476e60784 100644
> --- a/meta/recipes-core/util-linux/util-linux_2.36.bb
> +++ b/meta/recipes-core/util-linux/util-linux_2.36.bb
> @@ -6,12 +6,13 @@ disk partitioning, kernel message management, filesystem creation, and system lo
>  
>  SECTION = "base"
>  
> -LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause"
> +LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause & LGPLv3+"
>  LICENSE_${PN}-libblkid = "LGPLv2.1+"
>  LICENSE_${PN}-libfdisk = "LGPLv2.1+"
>  LICENSE_${PN}-libmount = "LGPLv2.1+"
>  LICENSE_${PN}-libsmartcols = "LGPLv2.1+"
>  LICENSE_${PN}-libuuid = "BSD-3-Clause"
> +LICENSE_${PN}-pylibmount = "LGPLv3+"
>  

I have a feeling this resulted in meta-gplv2 breakage:

https://autobuilder.yoctoproject.org/typhoon/#/builders/75/builds/2371

which we need to figure out before this can merge.

I also wondered how come to not have this license listed in LICENSE in
the first place :(

Cheers,

Richard


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

* Re: [OE-core] [meta-oe][PATCH] util-linux: Set license for pylibmount sub package
       [not found] ` <162EF00E1775189E.30808@lists.openembedded.org>
@ 2020-08-27 11:15   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2020-08-27 11:15 UTC (permalink / raw)
  To: Adrian Freihofer, openembedded-core; +Cc: Adrian Freihofer

On Wed, 2020-08-26 at 22:54 +0100, Richard Purdie via lists.openembedded.org wrote:
> On Wed, 2020-08-26 at 18:13 +0200, Adrian Freihofer wrote:
> > Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
> > ---
> >  meta/recipes-core/util-linux/util-linux_2.36.bb | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.36.bb
> > index 2fac9793a2..7476e60784 100644
> > --- a/meta/recipes-core/util-linux/util-linux_2.36.bb
> > +++ b/meta/recipes-core/util-linux/util-linux_2.36.bb
> > @@ -6,12 +6,13 @@ disk partitioning, kernel message management, filesystem creation, and system lo
> >  
> >  SECTION = "base"
> >  
> > -LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause"
> > +LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause & LGPLv3+"
> >  LICENSE_${PN}-libblkid = "LGPLv2.1+"
> >  LICENSE_${PN}-libfdisk = "LGPLv2.1+"
> >  LICENSE_${PN}-libmount = "LGPLv2.1+"
> >  LICENSE_${PN}-libsmartcols = "LGPLv2.1+"
> >  LICENSE_${PN}-libuuid = "BSD-3-Clause"
> > +LICENSE_${PN}-pylibmount = "LGPLv3+"
> >  
> 
> I have a feeling this resulted in meta-gplv2 breakage:
> 
> https://autobuilder.yoctoproject.org/typhoon/#/builders/75/builds/2371
> 
> which we need to figure out before this can merge.
> 
> I also wondered how come to not have this license listed in LICENSE in
> the first place :(

Its confirmed, it also caused selftest breakage:

https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/1295
https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/1283
https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/1279
https://autobuilder.yoctoproject.org/typhoon/#/builders/87/builds/1300

Cheers,

Richard


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

end of thread, other threads:[~2020-08-27 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-26 16:13 [meta-oe][PATCH] util-linux: Set license for pylibmount sub package Adrian Freihofer
2020-08-26 21:54 ` [OE-core] " Richard Purdie
     [not found] ` <162EF00E1775189E.30808@lists.openembedded.org>
2020-08-27 11:15   ` Richard Purdie

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.