diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 10:09:12 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 15:42:14 -0500 |
commit | 7527e582ca5517d4fa9e3a40a0f2eeabe9d8069e (patch) | |
tree | 980065e916db666294476136539e6ebb69331612 /recipes-demo | |
parent | f34751fc35d4176f6aa7fdd4ec637990d3e7c94e (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I577ecb9d5126cdf0927f0e4ae5d041c622f643ac
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/simple-can-simulator/simple-can-simulator.bb | 4 |
1 files 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" |