diff options
author | Philip-Dylan Gleonec <philip-dylan.gleonec@savoirfairelinux.com> | 2023-10-03 17:57:20 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-04 13:09:38 -0700 |
commit | cb8908b91ead37c5d74b44f949c12c33354956a7 (patch) | |
tree | c33003663a5f0991018b768df91a9247bd713753 /meta-oe/recipes-test | |
parent | 4b59083f4c50e097a09230bd533bdd9fbc8178ef (diff) | |
download | meta-openembedded-cb8908b91ead37c5d74b44f949c12c33354956a7.tar.gz |
cukinia: Fix license field
The recipe currently indicates that the cukinia package is licensed
under both GPLv3 AND Apache 2.0 licenses, but the upstream specifies
using it under GPLv3 OR Apache 2.0 license, is user's choice.
Signed-off-by: Philip-Dylan Gleonec <philip-dylan.gleonec@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r-- | meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ed7a3f06af..1bcfb0a9bf 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" | |||
2 | DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \ | 2 | DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \ |
3 | developers run simple system-level validation tests on their firmware." | 3 | developers run simple system-level validation tests on their firmware." |
4 | HOMEPAGE = "https://github.com/savoirfairelinux/cukinia" | 4 | HOMEPAGE = "https://github.com/savoirfairelinux/cukinia" |
5 | LICENSE = "GPL-3.0-only & Apache-2.0" | 5 | LICENSE = "GPL-3.0-only | Apache-2.0" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ | 7 | LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ |
8 | file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 8 | file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |