diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-04-25 08:44:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 08:44:18 -0300 |
commit | 67ed87eaf3e7d84acabcee05edf1c09fd8b9daea (patch) | |
tree | de1a5ca24bc07d2ee887bdcc2f40cf5993d87e56 | |
parent | 314856058add97142a5098c262e41bbf80811202 (diff) | |
parent | 5135dc34f5117f09cc4e7543068233c33b9b1ebb (diff) | |
download | meta-freescale-67ed87eaf3e7d84acabcee05edf1c09fd8b9daea.tar.gz |
Merge pull request #1056 from YoeDistro/yoe/mut
Correct BSD licenses
-rw-r--r-- | recipes-bsp/atf/qoriq-atf-2.4.inc | 2 | ||||
-rw-r--r-- | recipes-devtools/cst/cst_git.bb | 2 | ||||
-rw-r--r-- | recipes-dpaa/eth-config/eth-config_git.bb | 2 | ||||
-rw-r--r-- | recipes-dpaa/flib/flib_git.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/atf/qoriq-atf-2.4.inc b/recipes-bsp/atf/qoriq-atf-2.4.inc index 28045c7c..38a992b3 100644 --- a/recipes-bsp/atf/qoriq-atf-2.4.inc +++ b/recipes-bsp/atf/qoriq-atf-2.4.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "ARM Trusted Firmware" | 1 | DESCRIPTION = "ARM Trusted Firmware" |
2 | 2 | ||
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" | 4 | LIC_FILES_CHKSUM = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf.git;nobranch=1" | 6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf.git;nobranch=1" |
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index d4a9a859..b9ac3e9e 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "utility for security boot" | 1 | SUMMARY = "utility for security boot" |
2 | SECTION = "cst" | 2 | SECTION = "cst" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" |
6 | 6 | ||
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb index 989bdbf0..b2f0713c 100644 --- a/recipes-dpaa/eth-config/eth-config_git.bb +++ b/recipes-dpaa/eth-config/eth-config_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Ethernet Configuration Files" | 1 | DESCRIPTION = "Ethernet Configuration Files" |
2 | SECTION = "eth-config" | 2 | SECTION = "eth-config" |
3 | LICENSE = "BSD & GPL-2.0-or-later" | 3 | LICENSE = "BSD-3-Clause & GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=47716bd5b656aa5e298a132a64d2d1e4" |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index af228f3f..51620b77 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Foundation Library" | 1 | DESCRIPTION = "Foundation Library" |
2 | SECTION = "flib" | 2 | SECTION = "flib" |
3 | LICENSE = "BSD & GPL-2.0-only" | 3 | LICENSE = "BSD-3-Clause & GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" | 6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" |