hostapd.bbappend: CFLAGS and dependencies
BugzID: 67825 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
84df6d93ae
commit
743eaa233d
|
|
@ -0,0 +1,12 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
DEPENDS = "libnl dbus"
|
||||||
|
|
||||||
|
export EXTRA_CFLAGS = " \
|
||||||
|
${CFLAGS} \
|
||||||
|
-I${STAGING_DIR_TARGET}/usr/include/libnl3 \
|
||||||
|
"
|
||||||
|
|
||||||
|
do_configure_prepend () {
|
||||||
|
sed -i 's/CONFIG_LIBNL_TINY=y/#CONFIG_LIBNL_TINY=y/g' ${WORKDIR}/hostapd-full.config
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue