summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-02-23 15:25:08 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-24 11:03:45 +0000
commitaaab4ffb4b17b222d1914d0feab286c4000b17da (patch)
treedf85cab60cc827d089164d043d6f1ca9b13c01d6 /meta/recipes-kernel/dtc
parentf2883fb1d7302087479940b422ba836d2fe35fc4 (diff)
downloadopenembedded-core-aaab4ffb4b17b222d1914d0feab286c4000b17da.tar.gz
dtc: update license checks
The dtc project is dual licensed, and includes the text of both licenses as part of its sources as well as a README documenting its license situation. Use these sources to verify the licensing, and to monitor if it changes, rather than a copyright line in a source file. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/dtc')
-rw-r--r--meta/recipes-kernel/dtc/dtc_1.7.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_1.7.0.bb b/meta/recipes-kernel/dtc/dtc_1.7.0.bb
index 5e171952f2..4ab8451c60 100644
--- a/meta/recipes-kernel/dtc/dtc_1.7.0.bb
+++ b/meta/recipes-kernel/dtc/dtc_1.7.0.bb
@@ -5,7 +5,8 @@ SECTION = "bootloader"
LICENSE = "GPL-2.0-only | BSD-2-Clause"
LIC_FILES_CHKSUM = "file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://libfdt/libfdt.h;beginline=4;endline=7;md5=05bb357cfb75cae7d2b01d2ee8d76407"
+ file://BSD-2-Clause;md5=5d6306d1b08f8df623178dfd81880927 \
+ file://README.license;md5=a1eb22e37f09df5b5511b8a278992d0e"
SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main"
SRCREV = "039a99414e778332d8f9c04cbd3072e1dcc62798"