From: Tom Hochstein Date: Fri, 18 Feb 2022 22:59:22 +0000 (-0600) Subject: optee-test: Add missing license GPL-2.0 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9ebace6b8d5d4a849c64e4a133dd24da8f9c8a0;p=meta-freescale.git optee-test: Add missing license GPL-2.0 As the license file states, the client applications (optee_test/host/*) are provided under the GPL-2.0 license. Signed-off-by: Tom Hochstein --- diff --git a/recipes-security/optee-imx/optee-test_3.15.0.imx.bb b/recipes-security/optee-imx/optee-test_3.15.0.imx.bb index 7eb11a84..1efd65c5 100644 --- a/recipes-security/optee-imx/optee-test_3.15.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.15.0.imx.bb @@ -3,7 +3,7 @@ SUMMARY = "OPTEE test" HOMEPAGE = "http://www.optee.org/" -LICENSE = "BSD-2-Clause" +LICENSE = "BSD-2-Clause & GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl"