* [oe][meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev
@ 2023-10-11 9:06 Akash Hadke
2023-10-11 16:21 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Akash Hadke @ 2023-10-11 9:06 UTC (permalink / raw)
To: openembedded-devel; +Cc: ranjitsinh.rathod, akash hadke
Set 'LICENSE' for 'libeigen-dev' package as
'MPL-2.0 & Apache-2.0 & BSD-3-Clause & LGPL-2.1-only'
'libeigen-dev' package does not contain any 'GPL-3.0-only'
and 'MINPACK' license files hence update the license.
Signed-off-by: akash hadke <akash.hadke@kpit.com>
Signed-off-by: Akash Hadke <akash.hadke27@gmail.com>
---
meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
index 1cae76b42..467c51d98 100644
--- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
+++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vec
AUTHOR = "Benoît Jacob and Gaël Guennebaud and others"
HOMEPAGE = "http://eigen.tuxfamily.org/"
LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-3.0-only & LGPL-2.1-only & MINPACK"
+LICENSE:${PN}-dev = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \
file://COPYING.BSD;md5=2dd0510ee95e59ca28834b875bc96596 \
file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [oe][meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev
2023-10-11 9:06 [oe][meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev Akash Hadke
@ 2023-10-11 16:21 ` Khem Raj
2023-10-12 6:07 ` [meta-oe][kirkstone][PATCH] " akash hadke
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2023-10-11 16:21 UTC (permalink / raw)
To: akash hadke; +Cc: openembedded-devel, ranjitsinh.rathod, akash hadke
is there any GPL-3.0 code in main package ? if not perhaps it should
mention GPL-2.0-only maybe instead and no need to make special entry
for dev package.
On Wed, Oct 11, 2023 at 2:07 AM akash hadke <akash.hadke27@gmail.com> wrote:
>
> Set 'LICENSE' for 'libeigen-dev' package as
> 'MPL-2.0 & Apache-2.0 & BSD-3-Clause & LGPL-2.1-only'
>
> 'libeigen-dev' package does not contain any 'GPL-3.0-only'
> and 'MINPACK' license files hence update the license.
>
> Signed-off-by: akash hadke <akash.hadke@kpit.com>
> Signed-off-by: Akash Hadke <akash.hadke27@gmail.com>
> ---
> meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
> index 1cae76b42..467c51d98 100644
> --- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
> +++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb
> @@ -2,6 +2,7 @@ DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vec
> AUTHOR = "Benoît Jacob and Gaël Guennebaud and others"
> HOMEPAGE = "http://eigen.tuxfamily.org/"
> LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-3.0-only & LGPL-2.1-only & MINPACK"
> +LICENSE:${PN}-dev = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & LGPL-2.1-only"
> LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \
> file://COPYING.BSD;md5=2dd0510ee95e59ca28834b875bc96596 \
> file://COPYING.GPL;md5=d32239bcb673463ab874e80d47fae504 \
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105422): https://lists.openembedded.org/g/openembedded-devel/message/105422
> Mute This Topic: https://lists.openembedded.org/mt/101893030/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev
2023-10-11 16:21 ` Khem Raj
@ 2023-10-12 6:07 ` akash hadke
2023-10-12 6:13 ` [oe] " Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: akash hadke @ 2023-10-12 6:07 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
Hi Khem Raj,
Yes, there is GPL-3.0 code present in the main source, right now its not getting used but if in future sources start getting used then again we will need to change the license hence I added a special entry for the dev package.
[-- Attachment #2: Type: text/html, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [oe] [meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev
2023-10-12 6:07 ` [meta-oe][kirkstone][PATCH] " akash hadke
@ 2023-10-12 6:13 ` Khem Raj
2023-10-12 12:25 ` akash hadke
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2023-10-12 6:13 UTC (permalink / raw)
To: akash hadke; +Cc: openembedded-devel
On Wed, Oct 11, 2023 at 11:07 PM akash hadke <akash.hadke27@gmail.com> wrote:
>
> Hi Khem Raj,
>
> Yes, there is GPL-3.0 code present in the main source, right now its not getting used but if in future sources start getting used then again we will need to change the license hence I added a special entry for the dev package.
Future wont. This package has moved to Apache-2.0 and dropped all GPL
code once we upgrade to the next release.
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105441): https://lists.openembedded.org/g/openembedded-devel/message/105441
> Mute This Topic: https://lists.openembedded.org/mt/101893030/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev
2023-10-12 6:13 ` [oe] " Khem Raj
@ 2023-10-12 12:25 ` akash hadke
0 siblings, 0 replies; 5+ messages in thread
From: akash hadke @ 2023-10-12 12:25 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
New changes are sent
kirkstone: https://lists.openembedded.org/g/openembedded-devel/message/105451
master: https://lists.openembedded.org/g/openembedded-devel/message/105452
[-- Attachment #2: Type: text/html, Size: 420 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-12 12:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 9:06 [oe][meta-oe][kirkstone][PATCH] libeigen: Set LICENSE for libeigen-dev Akash Hadke
2023-10-11 16:21 ` Khem Raj
2023-10-12 6:07 ` [meta-oe][kirkstone][PATCH] " akash hadke
2023-10-12 6:13 ` [oe] " Khem Raj
2023-10-12 12:25 ` akash hadke
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.