]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
dtc: set precise BSD license
authorRoss Burton <ross@burtonini.com>
Thu, 2 Sep 2021 16:24:26 +0000 (17:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 08:01:50 +0000 (09:01 +0100)
"BSD" is ambiguous, use the precise license BSD-2-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/dtc/dtc.inc

index 12508b235d928701e0b79a0daffc0657305e890c..bfdc9f863992ddd5f8a88b5c083d54486f673570 100644 (file)
@@ -2,7 +2,7 @@ SUMMARY = "Device Tree Compiler"
 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."
 SECTION = "bootloader"
-LICENSE = "GPLv2 | BSD"
+LICENSE = "GPLv2 | BSD-2-Clause"
 DEPENDS = "flex-native bison-native"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \