diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-09-02 14:09:32 +0200 |
---|---|---|
committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-09-02 14:38:40 +0200 |
commit | 11ab806193972f58a188a6f6354d36f269a2001e (patch) | |
tree | 8d38d0e77fe7e6270d989d2ce9b37f20121301ba /recipes-dpaa2 | |
parent | 7ceaf47bebcbf061cb4b1339d8509a859a2790ce (diff) | |
download | meta-freescale-11ab806193972f58a188a6f6354d36f269a2001e.tar.gz |
restool: fix LICENSE
restool source have a BSD-3-Clause an can also be used under
GPL2 or later. 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-dpaa2')
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 3ff5afd8..d52c89dc 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "DPAA2 Resource Manager Tool" | 1 | SUMMARY = "DPAA2 Resource Manager Tool" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" |
4 | 4 | ||
5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ | 5 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/restool;nobranch=1 \ |