From f34751fc35d4176f6aa7fdd4ec637990d3e7c94e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 2 Mar 2021 10:52:52 -0500 Subject: [PATCH] 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 Change-Id: I82b6c44aa1d09008a9915250f111c93e6b9de02c --- .../cluster-lin-bridging-config/cluster-lin-bridging-config.bb | 4 ++-- 1 file 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 \ -- 2.16.6