From 5d95b1c603279f6b9d519865d338fc8c6dd6efb4 Mon Sep 17 00:00:00 2001 From: Eyal Reizer Date: Mon, 26 Sep 2011 16:29:00 +0000 Subject: hostapd: update to use a newer commit Signed-off-by: Eyal Reizer Signed-off-by: Denys Dmytriyenko --- recipes/hostap/hostap-daemon_git.bb | 5 ++--- 1 file 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 } - -- cgit 1.2.3-korg