[OE stablebranch] [BUG] wpa-supplicant current stable is 0.5.10

Tom Rini trini at kernel.crashing.org
Tue May 20 00:38:52 CEST 2008


Hello all, this is filed as bug 4006
(http://bugs.openembedded.net/show_bug.cgi?id=4006).

The current stable release of WPA Supplicant is 0.5.10.  I've attached a
recipe for this version, which I've been using after changing
wpa-supplicant-0.5.inc to be default over 0.4.

This is in the form of a patch as v0.5.10 of wpa-supplicant does not
need the gnutls patch the other versions do (it correctly passed NULL,
NULL as the last two args for that function).

I'm proposing this for stable as anyone basing a custom distribution
from the stable branch and needing this package will almost certainly
want the latest stable version to be used.

---
 wpa-supplicant-0.5.inc   |    1 -
 wpa-supplicant_0.5.10.bb |    3 +++
 wpa-supplicant_0.5.5.bb  |    4 +++-
 wpa-supplicant_0.5.7.bb  |    4 +++-
 4 files changed, 9 insertions(+), 3 deletions(-)

Index: wpa-supplicant/wpa-supplicant_0.5.10.bb
===================================================================
--- /dev/null
+++ wpa-supplicant/wpa-supplicant_0.5.10.bb
@@ -0,0 +1,3 @@
+require wpa-supplicant-0.5.inc
+
+PR = "r1"
Index: wpa-supplicant/wpa-supplicant_0.5.5.bb
===================================================================
--- wpa-supplicant.orig/wpa-supplicant_0.5.5.bb
+++ wpa-supplicant/wpa-supplicant_0.5.5.bb
@@ -1,3 +1,5 @@
 require wpa-supplicant-0.5.inc
 
-PR = "r3"
+SRC_URI += "file://gnutlsfix.patch;patch=1"
+
+PR = "r4"
Index: wpa-supplicant/wpa-supplicant_0.5.7.bb
===================================================================
--- wpa-supplicant.orig/wpa-supplicant_0.5.7.bb
+++ wpa-supplicant/wpa-supplicant_0.5.7.bb
@@ -1,3 +1,5 @@
 require wpa-supplicant-0.5.inc
 
-PR = "r1"
\ No newline at end of file
+SRC_URI += "file://gnutlsfix.patch;patch=1"
+
+PR = "r2"
Index: wpa-supplicant/wpa-supplicant-0.5.inc
===================================================================
--- wpa-supplicant.orig/wpa-supplicant-0.5.inc
+++ wpa-supplicant/wpa-supplicant-0.5.inc
@@ -12,7 +12,6 @@ DEFAULT_PREFERENCE = "-2"
 
 SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
 	file://defconfig-gnutls \
-	file://gnutlsfix.patch;patch=1 \
 	file://ifupdown.sh \
 	file://functions.sh"

-- 
Tom Rini



More information about the Openembedded-stablebranch mailing list