iw.bbappnd: depends on libnl and change build flags

bbappend for iw recipe from meta-netmodule-wlan

BugzID: 67825

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2020-11-06 14:07:15 +01:00 committed by Gitea
parent de8b39110d
commit 24abcaf6d0
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# referes to meta-netmodule-wlan layer
DEPENDS = "libnl"
CFLAGS = " "
LDFLAGS = " "
EXTRA_OEMAKE = "\
-f '${S}/Makefile' \
\
'PREFIX=${prefix}' \
'SBINDIR=${sbindir}' \
'MANDIR=${mandir}' \
"
CFLAGS += "-lnl-genl"