diff mbox series

[meta-oe] cukinia: fix license field

Message ID 20231003155720.172377-1-philip-dylan.gleonec@savoirfairelinux.com
State Under Review
Headers show
Series [meta-oe] cukinia: fix license field | expand

Commit Message

Philip-Dylan Gleonec Oct. 3, 2023, 3:57 p.m. UTC
The recipe currently indicates that the cukinia package is licensed
under both GPLv3 AND Apache 2.0 licensesi, but the upstream specifies
GPLv3 OR Apache 2.0 license, at the choice of the user.

Signed-off-by: Philip-Dylan Gleonec <philip-dylan.gleonec@savoirfairelinux.com>
---
 meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Khem Raj Oct. 3, 2023, 6:42 p.m. UTC | #1
Thanks for the patch, I have edited commit message for typo before
staging it in master-next

On Tue, Oct 3, 2023 at 8:57 AM Philip-Dylan Gleonec
<philip-dylan.gleonec@savoirfairelinux.com> wrote:
>
> The recipe currently indicates that the cukinia package is licensed
> under both GPLv3 AND Apache 2.0 licensesi, but the upstream specifies
> GPLv3 OR Apache 2.0 license, at the choice of the user.
>
> Signed-off-by: Philip-Dylan Gleonec <philip-dylan.gleonec@savoirfairelinux.com>
> ---
>  meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb b/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
> index ed7a3f06a..1bcfb0a9b 100644
> --- a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
> +++ b/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
> @@ -2,7 +2,7 @@ SUMMARY = "Linux firmware validation framework"
>  DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \
>  developers run simple system-level validation tests on their firmware."
>  HOMEPAGE = "https://github.com/savoirfairelinux/cukinia"
> -LICENSE = "GPL-3.0-only & Apache-2.0"
> +LICENSE = "GPL-3.0-only | Apache-2.0"
>
>  LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
>                      file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#105324): https://lists.openembedded.org/g/openembedded-devel/message/105324
> Mute This Topic: https://lists.openembedded.org/mt/101736700/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb b/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
index ed7a3f06a..1bcfb0a9b 100644
--- a/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
+++ b/meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb
@@ -2,7 +2,7 @@  SUMMARY = "Linux firmware validation framework"
 DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \
 developers run simple system-level validation tests on their firmware."
 HOMEPAGE = "https://github.com/savoirfairelinux/cukinia"
-LICENSE = "GPL-3.0-only & Apache-2.0"
+LICENSE = "GPL-3.0-only | Apache-2.0"
 
 LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
                     file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"