From: Peter Kjellerstedt Date: Mon, 25 Nov 2019 10:08:11 +0000 (+0100) Subject: alsa-utils: Trim the text part used for the license file checksum X-Git-Tag: uninative-2.8~986 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2fbb2d74042902b91aa29c0719bca105de644bdd;p=openembedded-core.git alsa-utils: 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 --- diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb index 03b5c8de30..c443d3594d 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb @@ -4,7 +4,7 @@ BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" SECTION = "console/utils" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ - file://alsactl/utils.c;beginline=1;endline=20;md5=2ce7f7b6739487fb72c689d46521f958" + file://alsactl/utils.c;beginline=3;endline=18;md5=96cc06a4cebe5eb7975688ffb0e65642" DEPENDS = "alsa-lib ncurses libsamplerate0" PACKAGECONFIG ??= "udev"