From: Scott Murray Date: Tue, 2 Mar 2021 15:15:44 +0000 (-0500) Subject: lin-config: update LIC_CHKSUM_FILE X-Git-Tag: 11.91.0~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=b2b68c33b67e305ceb7226fc307a6c35e03c7cf5;p=AGL%2Fmeta-agl-demo.git 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 --- 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"