[oe-commits] [openembedded-core] 10/18: libgcrypt: Add the LICENSES file to LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Mon Oct 8 15:12:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 840a7ecfb18f6067b0e1350cde2e5caba01512c5
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Fri Oct 5 22:45:56 2018 +0200

    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 <peter.kjellerstedt at axis.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb
index 44728a7..cefa836 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list