From: Peter Kjellerstedt Date: Fri, 5 Oct 2018 20:45:56 +0000 (+0200) Subject: libgcrypt: Add the LICENSES file to LIC_FILES_CHKSUM X-Git-Tag: uninative-2.3~131 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=67bc0b3babd922c800a03c1370d6d33a75f273c1;p=openembedded-core.git libgcrypt: Add the LICENSES file to LIC_FILES_CHKSUM The LICENSES file contains references to source files with other licenses than GPL/LGPL that stipulate that they shall be mentioned in any documentation accompanying a product including this library. License-Update: Add missing LICENSES file Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb index 44728a7c20..cefa8365ee 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb @@ -10,7 +10,8 @@ LICENSE_${PN}-dev = "GPLv2+ & LGPLv2.1+" LICENSE_dumpsexp-dev = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ - file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" + file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ + file://LICENSES;md5=840e3bcb754e5046ffeda7619034cbd8" DEPENDS = "libgpg-error"