diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-18 16:59:22 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-24 13:32:53 -0600 |
commit | a9ebace6b8d5d4a849c64e4a133dd24da8f9c8a0 (patch) | |
tree | 402f2b7afe4d8203bb045f065ecdd15ab090636d /recipes-security | |
parent | 9e67b70994ac094d36b05050cf68552fa5396803 (diff) | |
download | meta-freescale-a9ebace6b8d5d4a849c64e4a133dd24da8f9c8a0.tar.gz |
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 <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.15.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
3 | SUMMARY = "OPTEE test" | 3 | SUMMARY = "OPTEE test" |
4 | HOMEPAGE = "http://www.optee.org/" | 4 | HOMEPAGE = "http://www.optee.org/" |
5 | 5 | ||
6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-2-Clause & GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" |
8 | 8 | ||
9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl" | 9 | DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl" |