summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
authorsean-anderson-seco <74551845+sean-anderson-seco@users.noreply.github.com>2022-05-17 18:08:36 -0400
committerGitHub <noreply@github.com>2022-05-17 18:08:36 -0400
commita91c96cce403d54993470ae3ceb50febe3c2a96e (patch)
tree46d6e2d1f8826b078a93227582f711ebbdc20b22 /recipes-bsp/rcw/rcw_git.bb
parent39fa63826611716f7496ecc15736f2489a113b31 (diff)
downloadmeta-freescale-a91c96cce403d54993470ae3ceb50febe3c2a96e.tar.gz
rcw: Use SPDX-style license
Specify the BSD variant used. This fixes the following warning when building on kirkstone: WARNING: rcw-git-r0 do_populate_lic: QA Issue: rcw: No generic license file exists for: BSD in any provider [license-exists] Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 04f71ba3..b797f207 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Reset Configuration Word" 1SUMMARY = "Reset Configuration Word"
2DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" 2DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe"
5 5
6DEPENDS += "tcl-native" 6DEPENDS += "tcl-native"