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:
parent
de8b39110d
commit
24abcaf6d0
|
|
@ -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"
|
||||
Loading…
Reference in New Issue