diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 17:52:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-07 22:31:21 +0100 |
commit | 042e99d44a46d214c5bed5b599b0626ee67a739c (patch) | |
tree | ae582cf496f232fa2d563fbcaf3e767ec8691128 /meta/recipes-support | |
parent | 809c7768cc2c48102d8a4dcb84d577bccf8db2fe (diff) | |
download | poky-042e99d44a46d214c5bed5b599b0626ee67a739c.tar.gz |
libgcrypt: Drop GPLv3 license after upstream changes
Upstream removed the GPLv3 component to the license here:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=fbb26c3ac514189f50a31f72dde2a02ef7b41f9f
Update our metadata accordingly as there are now no GPLv3 components.
(From OE-Core rev: c09daf7fdc51d208b1b6789c3fec1a160b02c9a3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.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.10.1.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb index aa83de226d..f9dc52393f 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.10.1.bb | |||
@@ -7,10 +7,9 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index" | |||
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL | 9 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL |
10 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & GPL-3.0-or-later" | 10 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
11 | LICENSE:${PN} = "LGPL-2.1-or-later" | 11 | LICENSE:${PN} = "LGPL-2.1-or-later" |
12 | LICENSE:${PN}-dev = "GPL-2.0-or-later & LGPL-2.1-or-later" | 12 | LICENSE:${PN}-dev = "GPL-2.0-or-later & LGPL-2.1-or-later" |
13 | LICENSE:dumpsexp-dev = "GPL-3.0-or-later" | ||
14 | 13 | ||
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
16 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ | 15 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ |
@@ -65,9 +64,6 @@ do_install_ptest() { | |||
65 | | xargs sed -e "s|${WORKDIR}|${PTEST_PATH}|g" -e "s|${WORKDIR}/recipe-sysroot-native||g" -i | 64 | | xargs sed -e "s|${WORKDIR}|${PTEST_PATH}|g" -e "s|${WORKDIR}/recipe-sysroot-native||g" -i |
66 | } | 65 | } |
67 | 66 | ||
68 | PACKAGES =+ "dumpsexp-dev" | 67 | FILES:${PN}-dev += "${bindir}/hmac256 ${bindir}/dumpsexp" |
69 | |||
70 | FILES:${PN}-dev += "${bindir}/hmac256" | ||
71 | FILES:dumpsexp-dev += "${bindir}/dumpsexp" | ||
72 | 68 | ||
73 | BBCLASSEXTEND = "native nativesdk" | 69 | BBCLASSEXTEND = "native nativesdk" |