From 4d1061eda60b6ccab7e5f3962930330b4bf79bb4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 2 Mar 2021 10:14:42 -0500 Subject: [PATCH] sllin: update LIC_CHKSUM_FILE Upstream has renamed the common license files, update LIC_CHKSUM_FILE to instead use the copyright header present in the source. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I339978508ce741f41ecfd0d8b509341639888ac7 --- recipes-kernel/sllin/sllin.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/sllin/sllin.bb b/recipes-kernel/sllin/sllin.bb index f469ecee1..59994d884 100644 --- a/recipes-kernel/sllin/sllin.bb +++ b/recipes-kernel/sllin/sllin.bb @@ -1,6 +1,6 @@ DESCRIPTION = "slLIN driver module" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://sllin.c;beginline=7;endline=37;md5=6408e14dba951f8cbe3c2a003a0d89d2" inherit module systemd -- 2.16.6