diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 10:14:42 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 15:40:42 -0500 |
commit | 4d1061eda60b6ccab7e5f3962930330b4bf79bb4 (patch) | |
tree | 2dbd19deeb5bd12fb755f02f35191b0071c58638 /recipes-kernel/sllin | |
parent | df1bb9c3d7ab69db7e8c7ac7e19ab7bc2966e357 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I339978508ce741f41ecfd0d8b509341639888ac7
Diffstat (limited to 'recipes-kernel/sllin')
-rw-r--r-- | recipes-kernel/sllin/sllin.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |