Browse Source

wireguard: udpate to 20171221 version

this fixes build issue on a 4.14 kernel:

/src/compat/padata/padata.c:831:9: error: implicit declaration of function 'padata_alloc'; did you mean 'padata_alloc_pd'? [-Werror=implicit-function-declaration]
|   return padata_alloc(wq, cpu_possible_mask, cpu_possible_mask);
|          ^~~~~~~~~~~~
|          padata_alloc_pd

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Armin Kuster 6 years ago
parent
commit
271ce3576b

+ 0 - 0
meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170810.bb → meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20171221.bb


+ 0 - 0
meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170810.bb → meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20171221.bb


+ 2 - 2
meta-networking/recipes-kernel/wireguard/wireguard.inc

@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${PV}.tar.xz"
-SRC_URI[md5sum] = "8dd3e080407b8295c25565a847a4ca27"
-SRC_URI[sha256sum] = "ab96230390625aad6f4816fa23aef6e9f7fee130f083d838919129ff12089bf7"
+SRC_URI[md5sum] = "39bb99fe11356423fb1ab45ae2d938bb"
+SRC_URI[sha256sum] = "2b97697e9b271ba8836a04120a287b824648124f21d5309170ec51c1f86ac5ed"
 
 S = "${WORKDIR}/WireGuard-${PV}/src/"