From b2b68c33b67e305ceb7226fc307a6c35e03c7cf5 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 2 Mar 2021 10:15:44 -0500 Subject: [PATCH] lin-config: update LIC_CHKSUM_FILE Upstream has renamed the common license files, update LIC_CHKSUM_FILE to instead use the copyright header present in the source. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I6ee7293a0ccffd986cb04527a47a12342c26e703 --- recipes-support/lin-config/lin-config_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/lin-config/lin-config_git.bb b/recipes-support/lin-config/lin-config_git.bb index e83f71606..3858168e0 100644 --- a/recipes-support/lin-config/lin-config_git.bb +++ b/recipes-support/lin-config/lin-config_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "lin-config tool for the sllin driver module" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +LIC_FILES_CHKSUM = "file://lin_config.c;beginline=4;endline=9;md5=196a29df19a30dbc752937bdfc819d7a" DEPENDS += "libnl libxml2" -- 2.16.6