From 974f15b1a826685b4d919a0b27967ccce3afd037 Mon Sep 17 00:00:00 2001 From: Philip-Dylan Gleonec Date: Tue, 3 Oct 2023 17:57:20 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj (cherry picked from commit cb8908b91ead37c5d74b44f949c12c33354956a7) Signed-off-by: Gyorgy Sarvari --- 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 2b5b923e47..fd7b91f1d8 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"