[oe-commits] [meta-openembedded] 03/14: wireguard: udpate to 20171221 version

git at git.openembedded.org git at git.openembedded.org
Thu Feb 1 19:40:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit ab2fc484666a5b247d12ece64ca11ddfbd95fee5
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Jan 9 08:51:50 2018 -0800

    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 at gmail.com>
---
 ...eguard-module_0.0.20170810.bb => wireguard-module_0.0.20171221.bb} | 0
 ...ireguard-tools_0.0.20170810.bb => wireguard-tools_0.0.20171221.bb} | 0
 meta-networking/recipes-kernel/wireguard/wireguard.inc                | 4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170810.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20171221.bb
similarity index 100%
rename from meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20170810.bb
rename to meta-networking/recipes-kernel/wireguard/wireguard-module_0.0.20171221.bb
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170810.bb b/meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20171221.bb
similarity index 100%
rename from meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20170810.bb
rename to meta-networking/recipes-kernel/wireguard/wireguard-tools_0.0.20171221.bb
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard.inc b/meta-networking/recipes-kernel/wireguard/wireguard.inc
index f37d52b..6bd581a 100644
--- a/meta-networking/recipes-kernel/wireguard/wireguard.inc
+++ b/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/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list