mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/iwd: bump to version 1.30
Drop patch which is now upstream. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
63ee0e8b35
commit
b790f6e494
@@ -1,37 +0,0 @@
|
|||||||
From 99e74ade2ea892e6d0b070bec1df6a135ce2c8b3 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
Date: Fri, 25 Mar 2022 16:35:49 +0100
|
|
||||||
Subject: [PATCH] src/storage.c: fix build with uclibc
|
|
||||||
|
|
||||||
explicit_bzero is used in src/storage.c since commit
|
|
||||||
01cd8587606bf2da1af245163150589834126c1c but src/missing.h is not
|
|
||||||
included, as a result build with uclibc fails on:
|
|
||||||
|
|
||||||
/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/powerpc-buildroot-linux-uclibc/10.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: src/storage.o: in function `storage_init':
|
|
||||||
storage.c:(.text+0x13a4): undefined reference to `explicit_bzero'
|
|
||||||
|
|
||||||
Fixes:
|
|
||||||
- http://autobuild.buildroot.org/results/2aff8d3d7c33c95e2c57f7c8a71e69939f0580a1
|
|
||||||
|
|
||||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
[Upstream status:
|
|
||||||
https://lists.01.org/hyperkitty/list/iwd@lists.01.org/thread/WB2XXRBUDHC5IVFDEOJBK23JHPURL427]
|
|
||||||
---
|
|
||||||
src/storage.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/src/storage.c b/src/storage.c
|
|
||||||
index 82a72443..aa8066b1 100644
|
|
||||||
--- a/src/storage.c
|
|
||||||
+++ b/src/storage.c
|
|
||||||
@@ -44,6 +44,7 @@
|
|
||||||
#include <ell/ell.h>
|
|
||||||
#include "ell/useful.h"
|
|
||||||
|
|
||||||
+#include "src/missing.h"
|
|
||||||
#include "src/common.h"
|
|
||||||
#include "src/storage.h"
|
|
||||||
#include "src/crypto.h"
|
|
||||||
--
|
|
||||||
2.35.1
|
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
|
# From https://mirrors.edge.kernel.org/pub/linux/network/wireless/sha256sums.asc
|
||||||
sha256 3f138e03301beb2afc7b385a62f56db17059137857ab579f269c4e441783e760 iwd-1.25.tar.xz
|
sha256 9fd13512dc27d83efb8d341f7df98f5488f70131686021fcd0d93fc97af013b8 iwd-1.30.tar.xz
|
||||||
|
|
||||||
# License files
|
# License files
|
||||||
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
|
sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
IWD_VERSION = 1.25
|
IWD_VERSION = 1.30
|
||||||
IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
|
IWD_SOURCE = iwd-$(IWD_VERSION).tar.xz
|
||||||
IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
|
IWD_SITE = $(BR2_KERNEL_MIRROR)/linux/network/wireless
|
||||||
IWD_LICENSE = LGPL-2.1+
|
IWD_LICENSE = LGPL-2.1+
|
||||||
|
|||||||
Reference in New Issue
Block a user