aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb
diff options
context:
space:
mode:
authorColin Finck <c.finck@enlyze.com>2022-08-31 15:04:38 +0200
committerArmin Kuster <akuster808@gmail.com>2022-10-30 14:47:43 -0400
commit7203130ed8b58c0df75cb72222ac2bcf546bce44 (patch)
treedd93728c82c1ad402d78f138ad6fb3cdc9c0c90f /meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb
parent44d843ecad0e316b30d689b4b99e3f01b801d31e (diff)
downloadmeta-openembedded-7203130ed8b58c0df75cb72222ac2bcf546bce44.tar.gz
[dunfell] wireguard: Upgrade to 1.0.20220627 (module) and 1.0.20210914 (tools)
Quoting Jason A. Donenfeld on IRC: <zx2c4> Colin_Finck: you should never, ever use old versions <zx2c4> Notice that neither the major nor minor version numbers change <zx2c4> Use the latest versions on your LTS With that definite answer, I'd like to fix the problem described in https://lore.kernel.org/yocto/CswA.1659543156268567471.pbrp@lists.yoctoproject.org/ by importing the latest versions instead of maintaining our own fork of wireguard 1.0.20200401. Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb')
-rw-r--r--meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb
deleted file mode 100644
index 9e486ecc34..0000000000
--- a/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-require wireguard.inc
-
-SRCREV = "a8063adc8ae9b4fc9848500e93f94bee8ad2e585"
-SRC_URI = "git://git.zx2c4.com/wireguard-tools;branch=master"
-
-inherit bash-completion systemd pkgconfig
-
-DEPENDS += "wireguard-module libmnl"
-
-do_install () {
- oe_runmake DESTDIR="${D}" PREFIX="${prefix}" SYSCONFDIR="${sysconfdir}" \
- SYSTEMDUNITDIR="${systemd_unitdir}" \
- WITH_SYSTEMDUNITS=${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'yes', '', d)} \
- WITH_BASHCOMPLETION=yes \
- WITH_WGQUICK=yes \
- install
-}
-
-FILES_${PN} = " \
- ${sysconfdir} \
- ${systemd_unitdir} \
- ${bindir} \
-"
-
-RDEPENDS_${PN} = "wireguard-module bash"