diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-24 20:02:58 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-24 20:03:44 -0700 |
| commit | 1703c295cbdee9c1726aaa0fdbbffe2bb1d43504 (patch) | |
| tree | 93775b7033e78436fbb7d85f568a5c14ed977dd3 | |
| parent | e904064f046612ebd1834d5b2dcdd757c680503b (diff) | |
| download | meta-freescale-1703c295cbdee9c1726aaa0fdbbffe2bb1d43504.tar.gz | |
cst: Correctly specify BSD variant for license
Fixes
QA Issue: cst-native: No generic license file exists for: BSD in any provider [license-exists]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-devtools/cst/cst_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index d4a9a8598..b9ac3e9e1 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "utility for security boot" | 1 | SUMMARY = "utility for security boot" |
| 2 | SECTION = "cst" | 2 | SECTION = "cst" |
| 3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" |
| 6 | 6 | ||
