* [meta-oe][PATCH] HostAP-daemon patch to make it compile with libnl 3.2
@ 2013-01-02 10:21 Damien RANNOU
2013-01-06 12:30 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Damien RANNOU @ 2013-01-02 10:21 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Damien RANNOU <damien.rannou@diateam.net>
---
meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig | 2 +-
meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig b/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
index 1f3c6f4..2789640 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon-1.0/defconfig
@@ -24,7 +24,7 @@ CONFIG_DRIVER_PRISM54=y
# Driver interface for drivers using the nl80211 kernel interface
CONFIG_DRIVER_NL80211=y
-CONFIG_LIBNL20=y
+CONFIG_LIBNL32=y
# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
# shipped with your distribution yet. If that is the case, you need to build
# newer libnl version and point the hostapd build to use it.
diff --git a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
index 310e8aa..e62531f 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostap-daemon_1.0.bb
@@ -26,6 +26,7 @@ do_configure() {
}
do_compile() {
+ export CFLAGS="-MMD -O2 -Wall -g -I${STAGING_INCDIR}/libnl3"
make
}
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-06 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 10:21 [meta-oe][PATCH] HostAP-daemon patch to make it compile with libnl 3.2 Damien RANNOU
2013-01-06 12:30 ` Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox