From: Keiya Nobuta Date: Wed, 19 Oct 2022 10:57:39 +0000 (+0900) Subject: gnutls: Unified package names to lower-case X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2823 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c87828493784d996910d742006268a626ef0130;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gnutls: Unified package names to lower-case create-spdx can't detect the license properly if the case doesn't match, so fix it. Signed-off-by: Keiya Nobuta Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls_3.7.7.bb b/meta/recipes-support/gnutls/gnutls_3.7.7.bb index 01fd4dba3d2..c7d782e4ebd 100644 --- a/meta/recipes-support/gnutls/gnutls_3.7.7.bb +++ b/meta/recipes-support/gnutls/gnutls_3.7.7.bb @@ -8,7 +8,7 @@ LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later" LICENSE:${PN} = "LGPL-2.1-or-later" LICENSE:${PN}-xx = "LGPL-2.1-or-later" LICENSE:${PN}-bin = "GPL-3.0-or-later" -LICENSE:${PN}-OpenSSL = "GPL-3.0-or-later" +LICENSE:${PN}-openssl = "GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \ file://doc/COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \