diff options
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc index 485a2dd5dd..ff5cddcd06 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc | |||
@@ -25,6 +25,7 @@ FILES_${PN} += "${datadir}/dbus-1/system-services/*" | |||
25 | CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf" | 25 | CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf" |
26 | 26 | ||
27 | do_configure () { | 27 | do_configure () { |
28 | echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> ${WORKDIR}/defconfig-gnutls | ||
28 | install -m 0755 ${WORKDIR}/defconfig-gnutls .config | 29 | install -m 0755 ${WORKDIR}/defconfig-gnutls .config |
29 | } | 30 | } |
30 | 31 | ||
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls index e03338fe09..e041b4d36f 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls | |||
@@ -81,7 +81,7 @@ CONFIG_DRIVER_HOSTAP=y | |||
81 | CONFIG_DRIVER_WEXT=y | 81 | CONFIG_DRIVER_WEXT=y |
82 | 82 | ||
83 | # Driver interface for Linux drivers using the nl80211 kernel interface | 83 | # Driver interface for Linux drivers using the nl80211 kernel interface |
84 | CONFIG_LIBNL20=y | 84 | CONFIG_LIBNL32=y |
85 | CONFIG_DRIVER_NL80211=y | 85 | CONFIG_DRIVER_NL80211=y |
86 | 86 | ||
87 | # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) | 87 | # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) |
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb index 36ee25c7e0..115007563e 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require wpa-supplicant-1.0.inc | 1 | require wpa-supplicant-1.0.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "8650f6aa23646ef634402552d0669640" | 5 | SRC_URI[md5sum] = "8650f6aa23646ef634402552d0669640" |
6 | SRC_URI[sha256sum] = "91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c" | 6 | SRC_URI[sha256sum] = "91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c" |