From 392416efb3b36cc80428151543e65f3089ac8a7f Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 27 May 2024 11:33:35 +0200 Subject: [PATCH] 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 --- meta-digi-arm/recipes-kernel/dtc/dtc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-kernel/dtc/dtc.inc b/meta-digi-arm/recipes-kernel/dtc/dtc.inc index 11a168e3e..5269f94a3 100644 --- a/meta-digi-arm/recipes-kernel/dtc/dtc.inc +++ b/meta-digi-arm/recipes-kernel/dtc/dtc.inc @@ -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 = "GPL-2.0-only | BSD" +LICENSE = "GPL-2.0-only | BSD-2-Clause" DEPENDS = "flex-native bison-native" SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \