aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap/hostap-daemon_git.bb
blob: cf0e6e94830cfb83c9699acc9f304dd79d8e8587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "User space daemon for extended IEEE 802.11 management"

require hostap-daemon-0.7.inc

PR = "r0"
SRCREV = "b8fb017272ed4794339978c9fbc0e74571a44728"
PV = "0.7.3+0.8.0-rc"
PR_append = "gitr${SRCPV}"
FILESPATHPKG =. "hostap-daemon-git:"

DEFAULT_PREFERENCE = "-1"

S = "${WORKDIR}/git/hostapd"

SRC_URI = "git://w1.fi/srv/git/hostap.git;protocol=git \
	file://defconfig \
	file://init"

S = "${WORKDIR}/git/hostapd"

do_configure() {
	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
	echo "CFLAGS += -I${STAGING_INCDIR}" >> .config
	echo "LIBS += -L${STAGING_LIBDIR}" >> .config
}