diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 10:12:48 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 15:40:17 -0500 |
commit | df1bb9c3d7ab69db7e8c7ac7e19ab7bc2966e357 (patch) | |
tree | 9d634dd1db040604112963afa5284e90c6d99280 | |
parent | 371925b6b3a6961c575d4041ed7dee61a78d0a2b (diff) |
most: update LIC_CHKSUM_FILE
Upstream has renamed the common license files, update LIC_CHKSUM_FILE
to instead use one of the COPYING files present in the source.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib2fd84b1114de78596e4f2edeb9852358b5aa212
-rw-r--r-- | recipes-kernel/most/most.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/most/most.bb b/recipes-kernel/most/most.bb index 48959a6ee..f709a6d9a 100644 --- a/recipes-kernel/most/most.bb +++ b/recipes-kernel/most/most.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Build MOST driver" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://mostcore/COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" inherit module |