mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f57bb216ed
commit
052b66247e
@@ -25,6 +25,7 @@ FILES_${PN} += "${datadir}/dbus-1/system-services/*"
|
||||
CONFFILES_${PN} += "${sysconfdir}/wpa_supplicant.conf"
|
||||
|
||||
do_configure () {
|
||||
echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> ${WORKDIR}/defconfig-gnutls
|
||||
install -m 0755 ${WORKDIR}/defconfig-gnutls .config
|
||||
}
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ CONFIG_DRIVER_HOSTAP=y
|
||||
CONFIG_DRIVER_WEXT=y
|
||||
|
||||
# Driver interface for Linux drivers using the nl80211 kernel interface
|
||||
CONFIG_LIBNL20=y
|
||||
CONFIG_LIBNL32=y
|
||||
CONFIG_DRIVER_NL80211=y
|
||||
|
||||
# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require wpa-supplicant-1.0.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI[md5sum] = "8650f6aa23646ef634402552d0669640"
|
||||
SRC_URI[sha256sum] = "91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c"
|
||||
|
||||
Reference in New Issue
Block a user