aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEyal Reizer <eyalreizer@googlemail.com>2011-09-26 16:29:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2011-10-07 00:00:49 -0400
commit035ee626730d23f10a8df64bb4e29f4756711306 (patch)
treee6f282358c412c67257e8d47b856ccc2227d8167
parentf0ec72320689ccf19b2abbffb1080e4910c7c0a2 (diff)
downloadopenembedded-035ee626730d23f10a8df64bb4e29f4756711306.tar.gz
hostapd: update to use a newer commit
Signed-off-by: Eyal Reizer <eyalr@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes/hostap/hostap-daemon_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/hostap/hostap-daemon_git.bb b/recipes/hostap/hostap-daemon_git.bb
index cf0e6e9483..b8aaa02b8d 100644
--- a/recipes/hostap/hostap-daemon_git.bb
+++ b/recipes/hostap/hostap-daemon_git.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
require hostap-daemon-0.7.inc
-PR = "r0"
-SRCREV = "b8fb017272ed4794339978c9fbc0e74571a44728"
+PR = "r1"
+SRCREV = "83fa07226debc2f7082b6ccd62dbb1cd47c30472"
PV = "0.7.3+0.8.0-rc"
PR_append = "gitr${SRCPV}"
FILESPATHPKG =. "hostap-daemon-git:"
@@ -23,4 +23,3 @@ do_configure() {
echo "CFLAGS += -I${STAGING_INCDIR}" >> .config
echo "LIBS += -L${STAGING_LIBDIR}" >> .config
}
-