From 7527e582ca5517d4fa9e3a40a0f2eeabe9d8069e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 2 Mar 2021 10:09:12 -0500 Subject: [PATCH] simple-can-simulator: update LICENSE/LIC_CHKSUM_FILE Upstream has renamed the common license files, but investigation revealed that the LICENSE on the python script was MIT, not GPLv2, so update both LICENSE and LIC_CHKSUM_FILE to fix both issues. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I577ecb9d5126cdf0927f0e4ae5d041c622f643ac --- recipes-demo/simple-can-simulator/simple-can-simulator.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-demo/simple-can-simulator/simple-can-simulator.bb b/recipes-demo/simple-can-simulator/simple-can-simulator.bb index bca448763..a24159429 100644 --- a/recipes-demo/simple-can-simulator/simple-can-simulator.bb +++ b/recipes-demo/simple-can-simulator/simple-can-simulator.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Simulator that generates CAN messages of a driving car" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${WORKDIR}/simple_can_simulator.py;beginline=2;endline=22;md5=9bb9c582301261d21460d2bc5bb8c225" SRC_URI = "file://simple_can_simulator.py" -- 2.16.6