mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
gnutls: Update to 2.12.17
(From OE-Core rev: bb7e461b08783a2acfef2f13b577ca9109c065fd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6c07b145ff
commit
647ca07b3e
@@ -1,14 +1,14 @@
|
||||
require gnutls.inc
|
||||
|
||||
PR = "${INC_PR}.6"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI += "file://gnutls-openssl.patch \
|
||||
file://correct_rpl_gettimeofday_signature.patch \
|
||||
file://configure-fix.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "0414bba9760201f27d66787997cbadfb"
|
||||
SRC_URI[sha256sum] = "d04328857d9e420eca53f7f7fd615bc76d2f5d74984a9b90c0f2c5f7b5bf5b4a"
|
||||
SRC_URI[md5sum] = "f08990f1afa4e1d0ee13e64e537c7854"
|
||||
SRC_URI[sha256sum] = "588ad6b0901c789f2f6afcec88ac4d688801bf1a024c9afa08706bb8d9868bf3"
|
||||
|
||||
python() {
|
||||
if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1):
|
||||
Reference in New Issue
Block a user