simple-can-simulator: update LICENSE/LIC_CHKSUM_FILE 22/26122/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 2 Mar 2021 15:09:12 +0000 (10:09 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 2 Mar 2021 20:42:14 +0000 (15:42 -0500)
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 <scott.murray@konsulko.com>
Change-Id: I577ecb9d5126cdf0927f0e4ae5d041c622f643ac

recipes-demo/simple-can-simulator/simple-can-simulator.bb

index bca4487..a241594 100644 (file)
@@ -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"