summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>2022-09-02 14:24:05 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-02 13:46:26 +0000
commit275081683cf7d778ca35fa39df220a55f8c8440f (patch)
tree8a247972c4f67a4730fe24f31a3a9c1cd96d08ce
parentbf73b795f56acc713ffe7243b526af2d13febdad (diff)
downloadmeta-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)
-rw-r--r--recipes-bsp/mc-utils/mc-utils_git.bb2
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 @@
1DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" 1DESCRIPTION = "The Management Complex (MC) is a key component of DPAA"
2SECTION = "mc-utils" 2SECTION = "mc-utils"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987"
5 5
6DEPENDS += "dtc-native" 6DEPENDS += "dtc-native"