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 19:04:02 +0100 |
commit | ba6e02c195c0edead1ed3a20f4b58bd49c4395bb (patch) | |
tree | e90fa1100f476337c991587ac0bd9724decead82 /meta/recipes-support | |
parent | 652b2612381be5f735358c177f95300d2375d174 (diff) | |
download | poky-ba6e02c195c0edead1ed3a20f4b58bd49c4395bb.tar.gz |
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
(From OE-Core rev: 67bc0b3babd922c800a03c1370d6d33a75f273c1)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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+" | |||
10 | LICENSE_dumpsexp-dev = "GPLv3+" | 10 | LICENSE_dumpsexp-dev = "GPLv3+" |
11 | 11 | ||
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
13 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff" | 13 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ |
14 | file://LICENSES;md5=840e3bcb754e5046ffeda7619034cbd8" | ||
14 | 15 | ||
15 | DEPENDS = "libgpg-error" | 16 | DEPENDS = "libgpg-error" |
16 | 17 | ||