diff options
author | Mihai Prica <mihai.prica@intel.com> | 2012-12-04 18:50:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:14 +0000 |
commit | 052b66247e00987b6663e4ef713db10b1afa3106 (patch) | |
tree | 5bf0b4a45fe438a4a791fd1f193c348d49c9d996 /meta/recipes-connectivity | |
parent | f57bb216eddff047f4fd13af127b26802168e150 (diff) | |
download | poky-052b66247e00987b6663e4ef713db10b1afa3106.tar.gz |
wpa-supplicant: configured to work with libnl 3.2.14
* Updated the configuration file for libnl-3
* Added python include dir path to configuration file
(From OE-Core rev: e328400ec02300be1ce3c8a9f63d8b30f9fe2136)
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
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" |