All of lore.kernel.org
 help / color / mirror / Atom feed
* /usr/share/common-license package/recipeinfo contains GPLv3 info
       [not found] <CANGFfGa=qMdrWzo-Lxs-tb=6q3XH7aqXVrOd7JdC3G9Yk3Lp=g@mail.gmail.com>
@ 2019-05-23  9:42 ` virendra kumar thakur
  2019-05-23 23:55   ` Khem Raj
  2019-05-24  8:42   ` Burton, Ross
  0 siblings, 2 replies; 5+ messages in thread
From: virendra kumar thakur @ 2019-05-23  9:42 UTC (permalink / raw)
  To: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

Hello team,

I am trying to build yocto image without GPLv3 package, I have added below
things in local.conf and enable meta-gplv2 layer.

INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3. 0" in local.conf.

After verifying from package.manifest and license.manifest file in
build/tmp/deploy/license/ directory I observe that no GPLv3 package is
present in rootfs.

But I can see in
rootfs/usr/share/common-license/package/libgcrypt-lic/recipeinfo

LICENSE: GPLV2+ &LGPLV2.1+ &GPLV3+
PR: r0
PV : 1.8.4

Is present..

My doubt is why any GPLv3 is present in common-license directory?

From: "Burton, Ross" <ross.burton@intel.com>
To: virendra kumar thakur <coolveer07@gmail.com>
Cc: Yocto-mailing-list <yocto@yoctoproject.org>
Subject: Re: [yocto] GPLv3 package present in rootfs

On Wed, 22 May 2019 at 06:26, virendra kumar thakur
<coolveer07@gmail.com> wrote:
> still some package gnutls, libidn2, libassuan, are added into rootfs.

Randomly picking libassuan:

LICENSE_${PN} = "LGPLv2.1+"

The library itself is LGPL-2.  Have you verified the *package*
licenses for what is actually going into the image?

Ross

[-- Attachment #2: Type: text/html, Size: 4692 bytes --]

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

* Re: /usr/share/common-license package/recipeinfo contains GPLv3 info
  2019-05-23  9:42 ` /usr/share/common-license package/recipeinfo contains GPLv3 info virendra kumar thakur
@ 2019-05-23 23:55   ` Khem Raj
  2019-05-24  6:37     ` virendra kumar thakur
  2019-05-24  8:42   ` Burton, Ross
  1 sibling, 1 reply; 5+ messages in thread
From: Khem Raj @ 2019-05-23 23:55 UTC (permalink / raw)
  To: virendra kumar thakur, Yocto-mailing-list



On 5/23/19 2:42 AM, virendra kumar thakur wrote:
> 
> 
> Hello team,
> 
> I am trying to build yocto image without GPLv3 package, I have added 
> below things in local.conf and enable meta-gplv2 layer.
> 
> INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3. 0" in local.conf.

Can you try adding GPLv3+ to INCOMPATIBLE_LICENSE and see if that helps ?

> 
> After verifying from package.manifest and license.manifest file in 
> build/tmp/deploy/license/ directory I observe that no GPLv3 package is 
> present in rootfs.
> 
> But I can see in 
> rootfs/usr/share/common-license/package/libgcrypt-lic/recipeinfo
> 
> LICENSE: GPLV2+ &LGPLV2.1+ &GPLV3+
> PR: r0
> PV : 1.8.4
> 
> Is present..
> 
> My doubt is why any GPLv3 is present in common-license directory?
> 
> From: "Burton, Ross" <ross.burton@intel.com <mailto:ross.burton@intel.com>>
> To: virendra kumar thakur <coolveer07@gmail.com 
> <mailto:coolveer07@gmail.com>>
> Cc: Yocto-mailing-list <yocto@yoctoproject.org 
> <mailto:yocto@yoctoproject.org>>
> Subject: Re: [yocto] GPLv3 package present in rootfs
> 
> On Wed, 22 May 2019 at 06:26, virendra kumar thakur
> <coolveer07@gmail.com <mailto:coolveer07@gmail.com>> wrote:
>> still some package gnutls, libidn2, libassuan, are added into rootfs.
> 
> Randomly picking libassuan:
> 
> LICENSE_${PN} = "LGPLv2.1+"
> 
> The library itself is LGPL-2.  Have you verified the *package*
> licenses for what is actually going into the image?
> 
> Ross
> 
> 
> 
> 


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

* Re: /usr/share/common-license package/recipeinfo contains GPLv3 info
  2019-05-23 23:55   ` Khem Raj
@ 2019-05-24  6:37     ` virendra kumar thakur
  0 siblings, 0 replies; 5+ messages in thread
From: virendra kumar thakur @ 2019-05-24  6:37 UTC (permalink / raw)
  To: Khem Raj; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 2033 bytes --]

Thank you khem raj for your input, I have already tried with

INCOMPATIBLE_LICENSE = "GPLv3+ LGPLv3+ AGPLv3+"

And this also

INCOMPATIBLE_LICENSE = "GPLv3* LGPLv3* AGPLv3*"

But no luck, still I can see same output


rootfs/usr/share/common-license/package/libgcrypt-lic/recipeinfo

LICENSE: GPLV2+ &LGPLV2.1+ &GPLV3+
PR: r0
 PV : 1.8.4


On Fri 24 May, 2019, 5:25 AM Khem Raj, <raj.khem@gmail.com> wrote:

>
>
> On 5/23/19 2:42 AM, virendra kumar thakur wrote:
> >
> >
> > Hello team,
> >
> > I am trying to build yocto image without GPLv3 package, I have added
> > below things in local.conf and enable meta-gplv2 layer.
> >
> > INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3. 0" in local.conf.
>
> Can you try adding GPLv3+ to INCOMPATIBLE_LICENSE and see if that helps ?
>
> >
> > After verifying from package.manifest and license.manifest file in
> > build/tmp/deploy/license/ directory I observe that no GPLv3 package is
> > present in rootfs.
> >
> > But I can see in
> > rootfs/usr/share/common-license/package/libgcrypt-lic/recipeinfo
> >
> > LICENSE: GPLV2+ &LGPLV2.1+ &GPLV3+
> > PR: r0
> > PV : 1.8.4
> >
> > Is present..
> >
> > My doubt is why any GPLv3 is present in common-license directory?
> >
> > From: "Burton, Ross" <ross.burton@intel.com <mailto:
> ross.burton@intel.com>>
> > To: virendra kumar thakur <coolveer07@gmail.com
> > <mailto:coolveer07@gmail.com>>
> > Cc: Yocto-mailing-list <yocto@yoctoproject.org
> > <mailto:yocto@yoctoproject.org>>
> > Subject: Re: [yocto] GPLv3 package present in rootfs
> >
> > On Wed, 22 May 2019 at 06:26, virendra kumar thakur
> > <coolveer07@gmail.com <mailto:coolveer07@gmail.com>> wrote:
> >> still some package gnutls, libidn2, libassuan, are added into rootfs.
> >
> > Randomly picking libassuan:
> >
> > LICENSE_${PN} = "LGPLv2.1+"
> >
> > The library itself is LGPL-2.  Have you verified the *package*
> > licenses for what is actually going into the image?
> >
> > Ross
> >
> >
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 4428 bytes --]

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

* Re: /usr/share/common-license package/recipeinfo contains GPLv3 info
  2019-05-23  9:42 ` /usr/share/common-license package/recipeinfo contains GPLv3 info virendra kumar thakur
  2019-05-23 23:55   ` Khem Raj
@ 2019-05-24  8:42   ` Burton, Ross
  2019-05-24  8:53     ` virendra kumar thakur
  1 sibling, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2019-05-24  8:42 UTC (permalink / raw)
  To: virendra kumar thakur; +Cc: Yocto-mailing-list

On Thu, 23 May 2019 at 10:43, virendra kumar thakur
<coolveer07@gmail.com> wrote:
> But I can see in rootfs/usr/share/common-license/package/libgcrypt-lic/recipeinfo
>
> LICENSE: GPLV2+ &LGPLV2.1+ &GPLV3+
> PR: r0
> PV : 1.8.4

At a guess, because the libgcrypt recipe is:

LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+"

Whereas libgcrypt itself is:

LICENSE_${PN} = "LGPLv2.1+"

That's a bit of a meta-question: what license is a license package
that only contains license texts?

Ross


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

* Re: /usr/share/common-license package/recipeinfo contains GPLv3 info
  2019-05-24  8:42   ` Burton, Ross
@ 2019-05-24  8:53     ` virendra kumar thakur
  0 siblings, 0 replies; 5+ messages in thread
From: virendra kumar thakur @ 2019-05-24  8:53 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]

Ok, thanks.

On Fri 24 May, 2019, 2:12 PM Burton, Ross, <ross.burton@intel.com> wrote:

> On Thu, 23 May 2019 at 10:43, virendra kumar thakur
> <coolveer07@gmail.com> wrote:
> > But I can see in
> rootfs/usr/share/common-license/package/libgcrypt-lic/recipeinfo
> >
> > LICENSE: GPLV2+ &LGPLV2.1+ &GPLV3+
> > PR: r0
> > PV : 1.8.4
>
> At a guess, because the libgcrypt recipe is:
>
> LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+"
>
> Whereas libgcrypt itself is:
>
> LICENSE_${PN} = "LGPLv2.1+"
>
> That's a bit of a meta-question: what license is a license package
> that only contains license texts?
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 1070 bytes --]

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

end of thread, other threads:[~2019-05-24  8:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CANGFfGa=qMdrWzo-Lxs-tb=6q3XH7aqXVrOd7JdC3G9Yk3Lp=g@mail.gmail.com>
2019-05-23  9:42 ` /usr/share/common-license package/recipeinfo contains GPLv3 info virendra kumar thakur
2019-05-23 23:55   ` Khem Raj
2019-05-24  6:37     ` virendra kumar thakur
2019-05-24  8:42   ` Burton, Ross
2019-05-24  8:53     ` virendra kumar thakur

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.