diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-09-02 14:24:05 +0200 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-02 13:46:26 +0000 |
commit | 275081683cf7d778ca35fa39df220a55f8c8440f (patch) | |
tree | 8a247972c4f67a4730fe24f31a3a9c1cd96d08ce /recipes-bsp | |
parent | bf73b795f56acc713ffe7243b526af2d13febdad (diff) | |
download | meta-freescale-275081683cf7d778ca35fa39df220a55f8c8440f.tar.gz |
mc-utils: fix LICENSE
mc-utils sources have a BSD-3-Clause LICENSE.
Fix this to save a QA warning (or a build error
if used with create-spdx class)
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
(cherry picked from commit 960cc5b9055229274007727ba6e6cc4cc045796a)
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/mc-utils/mc-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index 97bbd7e7..7ec3bcd4 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" | 1 | DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" |
2 | SECTION = "mc-utils" | 2 | SECTION = "mc-utils" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" |
5 | 5 | ||
6 | DEPENDS += "dtc-native" | 6 | DEPENDS += "dtc-native" |