diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-14 10:30:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-14 10:30:49 -0700 |
commit | 91df95b44115039d012f30d34de9cafc8de90afa (patch) | |
tree | aeac00d177fe43f77eae406bc39a2e300d1e2e4b | |
parent | 8aa0cac47b390f127e46d1eac541e5ef1ecf711f (diff) | |
download | meta-freescale-91df95b44115039d012f30d34de9cafc8de90afa.tar.gz |
imx-cst: Use specific BSD license
Fixes
WARNING: imx-cst-3.3.1-r0 do_populate_lic: QA Issue: imx-cst: No generic license file exists for: BSD in any provider [license-exists]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb b/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb index 81d98098..317ca379 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/cst/imx-cst_3.3.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "i.MX code signing tool" | 1 | SUMMARY = "i.MX code signing tool" |
2 | DESCRIPTION = "Provides software code signing support designed that integrate the HABv4 and AHAB library" | 2 | DESCRIPTION = "Provides software code signing support designed that integrate the HABv4 and AHAB library" |
3 | SECTION = "cst" | 3 | SECTION = "cst" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE.bsd3;md5=1fbcd66ae51447aa94da10cbf6271530" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.bsd3;md5=1fbcd66ae51447aa94da10cbf6271530" |
7 | 7 | ||