summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>2022-09-02 14:24:05 +0200
committerMarkus Niebel <Markus.Niebel@ew.tq-group.com>2022-09-02 14:38:40 +0200
commit960cc5b9055229274007727ba6e6cc4cc045796a (patch)
tree48f486fc93874956994cfe20c5671ead6b63a152 /recipes-bsp
parent11ab806193972f58a188a6f6354d36f269a2001e (diff)
downloadmeta-freescale-960cc5b9055229274007727ba6e6cc4cc045796a.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>
Diffstat (limited to 'recipes-bsp')
-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"