diff --git a/recipes-connectivity/iw/iw_5.4.bbappend b/recipes-connectivity/iw/iw_5.4.bbappend new file mode 100644 index 0000000..a317be8 --- /dev/null +++ b/recipes-connectivity/iw/iw_5.4.bbappend @@ -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"