summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc/dtc.inc
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-02 17:24:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:03:34 +0100
commitaa58df18bbecb1ea845904f3f208bfd4261cc185 (patch)
tree43afb7261abf9be420f91aaf0f094627ba545471 /meta/recipes-kernel/dtc/dtc.inc
parent1d0ef6010a25aef35d9c4b903f82c439fd8517bb (diff)
downloadpoky-aa58df18bbecb1ea845904f3f208bfd4261cc185.tar.gz
dtc: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-2-Clause. (From OE-Core rev: 4765c9be0ccc883d3b803b0695b8bf986d9b105f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc/dtc.inc')
-rw-r--r--meta/recipes-kernel/dtc/dtc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 12508b235d..bfdc9f8639 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -2,7 +2,7 @@ SUMMARY = "Device Tree Compiler"
2HOMEPAGE = "https://devicetree.org/" 2HOMEPAGE = "https://devicetree.org/"
3DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels." 3DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
4SECTION = "bootloader" 4SECTION = "bootloader"
5LICENSE = "GPLv2 | BSD" 5LICENSE = "GPLv2 | BSD-2-Clause"
6DEPENDS = "flex-native bison-native" 6DEPENDS = "flex-native bison-native"
7 7
8SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \ 8SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \