dtc: remove ambiguous BSD license
poky commit 56fe6d575e184ed44807fe27e069233da36962ad removed the BSD license in favor of using more specific ones. Replace BSD in the dtc recipe with the correct one, which is BSD-2-Clause https://onedigi.atlassian.net/browse/DEL-9011 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
f54dcf2067
commit
392416efb3
|
|
@ -2,7 +2,7 @@ SUMMARY = "Device Tree Compiler"
|
||||||
HOMEPAGE = "https://devicetree.org/"
|
HOMEPAGE = "https://devicetree.org/"
|
||||||
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
|
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
|
||||||
SECTION = "bootloader"
|
SECTION = "bootloader"
|
||||||
LICENSE = "GPL-2.0-only | BSD"
|
LICENSE = "GPL-2.0-only | BSD-2-Clause"
|
||||||
DEPENDS = "flex-native bison-native"
|
DEPENDS = "flex-native bison-native"
|
||||||
|
|
||||||
SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \
|
SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue