diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 10:52:52 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-03-02 15:41:40 -0500 |
commit | f34751fc35d4176f6aa7fdd4ec637990d3e7c94e (patch) | |
tree | 56c81b4da7c8987f0c935f3a992b75d8f60892ab /recipes-config | |
parent | b2b68c33b67e305ceb7226fc307a6c35e03c7cf5 (diff) |
cluster-lin-bridging-config: update LICENSE/LIC_CHKSUM_FILE
Upstream has renamed the common license files, but investigation
revealed that the LICENSE on this purely configuration recipe
should likely be MIT to be consistent with the other similar
recipes in the tree, 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: I82b6c44aa1d09008a9915250f111c93e6b9de02c
Diffstat (limited to 'recipes-config')
-rw-r--r-- | recipes-config/cluster-lin-bridging-config/cluster-lin-bridging-config.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-config/cluster-lin-bridging-config/cluster-lin-bridging-config.bb b/recipes-config/cluster-lin-bridging-config/cluster-lin-bridging-config.bb index 315da400f..d03b91f38 100644 --- a/recipes-config/cluster-lin-bridging-config/cluster-lin-bridging-config.bb +++ b/recipes-config/cluster-lin-bridging-config/cluster-lin-bridging-config.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Configure LIN to external CAN bridging" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "\ file://cluster-lin-bridging.service \ |