diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2018-10-05 22:45:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-09 12:02:41 +0100 |
commit | 67bc0b3babd922c800a03c1370d6d33a75f273c1 (patch) | |
tree | 54771ac9889a09433ffdac8cb40a795ccc3e6207 | |
parent | 2f5a7e7a04cbdc75d1b9607903889b1fd6c5e1ba (diff) | |
download | openembedded-core-67bc0b3babd922c800a03c1370d6d33a75f273c1.tar.gz openembedded-core-67bc0b3babd922c800a03c1370d6d33a75f273c1.tar.bz2 openembedded-core-67bc0b3babd922c800a03c1370d6d33a75f273c1.zip |
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@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.8.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |