From: Peter Kjellerstedt Date: Sat, 14 Dec 2019 06:14:55 +0000 (+0800) Subject: alsa-lib: Trim the text part used for the license file checksum X-Git-Tag: 2019-10.2-zeus~99 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=17cf76a590474d062180bfd979348ec041d8697f;p=openembedded-core.git alsa-lib: Trim the text part used for the license file checksum This avoids including irrelevant information when calculating the license checksum. License-Update: Trim the text part used for the license file checksum Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb index 2c63ee7522..ba7e978dbe 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb @@ -4,7 +4,7 @@ BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" SECTION = "libs/multimedia" LICENSE = "LGPLv2.1 & GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7 \ - file://src/socket.c;md5=dd1bc7f44872690224d89c1a9806e495;beginline=1;endline=26 \ + file://src/socket.c;md5=285675b45e83f571c6a957fe4ab79c93;beginline=9;endline=24 \ " SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"