diff options
author | sean-anderson-seco <74551845+sean-anderson-seco@users.noreply.github.com> | 2022-05-17 18:08:36 -0400 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-06-16 16:53:22 -0300 |
commit | 84da96712ebbed80a7b7dfb77b76c2ba88cae1a1 (patch) | |
tree | cd332b51c16c5057214400b8caf8814e4561e30a /recipes-bsp/rcw | |
parent | 3c64e4a972be461b6478ca03d051fb7c24cde6ef (diff) | |
download | meta-freescale-84da96712ebbed80a7b7dfb77b76c2ba88cae1a1.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>
(cherry picked from commit a91c96cce403d54993470ae3ceb50febe3c2a96e)
Diffstat (limited to 'recipes-bsp/rcw')
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
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 @@ | |||
1 | SUMMARY = "Reset Configuration Word" | 1 | SUMMARY = "Reset Configuration Word" |
2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" | 2 | DESCRIPTION = "Reset Configuration Word - hardware boot-time parameters for the QorIQ targets" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=44a0d0fad189770cc022af4ac6262cbe" |
5 | 5 | ||
6 | DEPENDS += "tcl-native" | 6 | DEPENDS += "tcl-native" |