From ddd00d35ffaac5cbf2c06611e1ce409b9b4d9295 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 14 Sep 2021 14:24:34 -0400 Subject: python3-dtc: update BSD License to more specific BSD-2-Clause Signed-off-by: Bruce Ashfield --- recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb index 39295652..97dbe934 100644 --- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb +++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb @@ -2,7 +2,7 @@ SUMMARY = "Python Library for the Device Tree Compiler" HOMEPAGE = "https://devicetree.org/" DESCRIPTION = "A python library for the Device Tree Compiler, a tool used to manipulate Device Tree files which contain a data structure for describing hardware." SECTION = "bootloader" -LICENSE = "GPLv2 | BSD" +LICENSE = "GPLv2 | BSD-2-Clause" DEPENDS = "flex-native bison-native swig-native libyaml dtc" -- cgit v1.2.3-54-g00ecf