mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
@@ -7,10 +7,9 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
|
||||
SECTION = "libs"
|
||||
|
||||
# helper program gcryptrnd and getrandom are under GPL, rest LGPL
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & GPL-3.0-or-later"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LICENSE:${PN} = "LGPL-2.1-or-later"
|
||||
LICENSE:${PN}-dev = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LICENSE:dumpsexp-dev = "GPL-3.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \
|
||||
@@ -65,9 +64,6 @@ do_install_ptest() {
|
||||
| xargs sed -e "s|${WORKDIR}|${PTEST_PATH}|g" -e "s|${WORKDIR}/recipe-sysroot-native||g" -i
|
||||
}
|
||||
|
||||
PACKAGES =+ "dumpsexp-dev"
|
||||
|
||||
FILES:${PN}-dev += "${bindir}/hmac256"
|
||||
FILES:dumpsexp-dev += "${bindir}/dumpsexp"
|
||||
FILES:${PN}-dev += "${bindir}/hmac256 ${bindir}/dumpsexp"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user