diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-09-02 10:46:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 10:46:10 -0300 |
commit | 84b9ae5d0859cb6920056a1f9295917bad83383a (patch) | |
tree | 48f486fc93874956994cfe20c5671ead6b63a152 | |
parent | 7ceaf47bebcbf061cb4b1339d8509a859a2790ce (diff) | |
parent | 960cc5b9055229274007727ba6e6cc4cc045796a (diff) | |
download | meta-freescale-84b9ae5d0859cb6920056a1f9295917bad83383a.tar.gz |
Merge pull request #1190 from niebelm/license-fixes
License fixes
-rw-r--r-- | recipes-bsp/mc-utils/mc-utils_git.bb | 2 | ||||
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
1 | DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" | 1 | DESCRIPTION = "The Management Complex (MC) is a key component of DPAA" |
2 | SECTION = "mc-utils" | 2 | SECTION = "mc-utils" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" |
5 | 5 | ||
6 | DEPENDS += "dtc-native" | 6 | DEPENDS += "dtc-native" |
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 \ |