mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
58c40dcaed
commit
271ce3576b
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user