]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-test: Add missing license GPL-2.0
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 18 Feb 2022 22:59:22 +0000 (16:59 -0600)
committerTom Hochstein <tom.hochstein@nxp.com>
Thu, 24 Feb 2022 19:32:53 +0000 (13:32 -0600)
As the license file states, the client applications (optee_test/host/*)
are provided under the GPL-2.0 license.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-security/optee-imx/optee-test_3.15.0.imx.bb

index 7eb11a849aa77f632809c5d4ef42f15b0a1eded0..1efd65c50043e2822f561b9c9536efb49e5609b0 100644 (file)
@@ -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"