diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-04-17 07:36:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-17 07:45:34 -0700 |
| commit | 4784c7c62f6549577228f6830aebb33baa1ee931 (patch) | |
| tree | 68514b6a2c3dab8dc54870a8613ff2376363d7ce /meta-networking/recipes-kernel | |
| parent | ab840d991a16f1c9ac19da3fbc240e062d47337b (diff) | |
| download | meta-openembedded-4784c7c62f6549577228f6830aebb33baa1ee931.tar.gz | |
wireguard: update to v1.0.20210219 +1
The +1 fixes build issues for the 5.4 kernel.
This update looks like bugfixes
Signed-off-by: Armin Kuster <akuster808@gmail.com>
v2]
Wrong version listed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-kernel')
| -rw-r--r-- | meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb (renamed from meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb index 64958a75b2..0525b4135a 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20201112.bb +++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | require wireguard.inc | 1 | require wireguard.inc |
| 2 | 2 | ||
| 3 | SRCREV = "fe402261666821514377d06c2c68ed9bc19e7634" | 3 | SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat" | 5 | SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat" |
| 6 | 6 | ||
| @@ -31,3 +31,4 @@ module_do_install() { | |||
| 31 | # OE-core post dunfell has moved to use kernel 5.8 which now means we cant build this module in world builds | 31 | # OE-core post dunfell has moved to use kernel 5.8 which now means we cant build this module in world builds |
| 32 | # for reference machines e.g. qemu | 32 | # for reference machines e.g. qemu |
| 33 | EXCLUDE_FROM_WORLD = "1" | 33 | EXCLUDE_FROM_WORLD = "1" |
| 34 | |||
