summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip-Dylan Gleonec <philip-dylan.gleonec@savoirfairelinux.com>2023-10-03 17:57:20 +0200
committerArmin Kuster <akuster808@gmail.com>2023-10-12 09:58:05 -0400
commit4560c22928b56376f6982ab99749f74b3028f600 (patch)
tree570092d0d4f7a22449fcf55d7c68e8b97a4b12a2
parentca6fc94aadcdb65d69b3ff9c5d2dfd48276718e3 (diff)
downloadmeta-openembedded-4560c22928b56376f6982ab99749f74b3028f600.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> (cherry picked from commit cb8908b91ead37c5d74b44f949c12c33354956a7) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-test/cukinia/cukinia_0.6.2.bb2
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"
2DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \ 2DESCRIPTION = "Cukinia is designed to help Linux-based embedded firmware \
3developers run simple system-level validation tests on their firmware." 3developers run simple system-level validation tests on their firmware."
4HOMEPAGE = "https://github.com/savoirfairelinux/cukinia" 4HOMEPAGE = "https://github.com/savoirfairelinux/cukinia"
5LICENSE = "GPL-3.0-only & Apache-2.0" 5LICENSE = "GPL-3.0-only | Apache-2.0"
6 6
7LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ 7LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
8 file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 8 file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"