From 24abcaf6d024a4c5599e313b3dc5f1bc08007393 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Fri, 6 Nov 2020 14:07:15 +0100 Subject: [PATCH] iw.bbappnd: depends on libnl and change build flags bbappend for iw recipe from meta-netmodule-wlan BugzID: 67825 Signed-off-by: Ramon Moesching --- recipes-connectivity/iw/iw_5.4.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-connectivity/iw/iw_5.4.bbappend 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"