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-05 17:15:53 -0400
commit5d95b1c603279f6b9d519865d338fc8c6dd6efb4 (patch)
treeaecfa7af474f57c823e4032dc4aab37f378cd391
parent893c07a31d3f81dbbf9604d8ea4a532276784296 (diff)
downloadopenembedded-5d95b1c603279f6b9d519865d338fc8c6dd6efb4.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
}
-