]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-imx: clarify BSD license 979/head
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 18 Feb 2022 09:26:58 +0000 (09:26 +0000)
committerAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 18 Feb 2022 09:26:58 +0000 (09:26 +0000)
Since upstream commit 14d4c007c4 ("common-licences: remove ambiguous
"BSD" license"), ambiguous "BSD" license has been removed from OE-Core.

This triggers the warning message in QA:
do_populate_lic_deploy: QA Issue: The license listed BSD was not in the
licenses collected for recipe optee-os [license-file-missing]

OP-TEE is licensed under "BSD-2-Clause" and license text clearly
identifies it.

Correct LICENSE variable to indicate proper License SPDX identifier.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
recipes-security/optee-imx/optee-client_3.10.0.imx.bb
recipes-security/optee-imx/optee-os_3.10.0.imx.bb
recipes-security/optee-imx/optee-test_3.10.0.imx.bb

index 52bec40b76716def6fb829af1bd68e723c30b16e..51c75bd16f69ebd1c168c0cfef6614fcd56f219b 100644 (file)
@@ -2,7 +2,7 @@
 
 SUMMARY = "OPTEE Client libs"
 HOMEPAGE = "http://www.optee.org/"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=69663ab153298557a59c67a60a743e5b"
 
 SRCBRANCH = "imx_5.4.70_2.3.0"
index 8bfaf8dd1b8c3f1035714fd3d589bb8ce1be40f9..9b91f25e505910b66bd75f674a6a3c9c4fdd26d4 100644 (file)
@@ -3,7 +3,7 @@
 SUMMARY = "OPTEE OS"
 DESCRIPTION = "OPTEE OS"
 HOMEPAGE = "http://www.optee.org/"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
 
 DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native"
index 0019e8c8883962287e3e5501b7d853a4266afad2..26339d61b080f3990381ec8a74d574c0b2343bdd 100644 (file)
@@ -3,7 +3,7 @@
 SUMMARY = "OPTEE test"
 HOMEPAGE = "http://www.optee.org/"
 
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
 
 DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl"