diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-03-08 23:42:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-12 18:27:24 +0000 |
commit | 1c3beda0015da9a0fec2581af7645c9ea122c7e3 (patch) | |
tree | f20a52b27a1c1d5fca7b174dd94057be737db876 /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | |
parent | 82205345d777f7f34d43e4f81df0fa3bfe409fc4 (diff) | |
download | openembedded-core-1c3beda0015da9a0fec2581af7645c9ea122c7e3.tar.gz openembedded-core-1c3beda0015da9a0fec2581af7645c9ea122c7e3.tar.bz2 openembedded-core-1c3beda0015da9a0fec2581af7645c9ea122c7e3.zip |
wpa-supplicant: avoid host contamination by libnl3
Removes hardcoded include path -I/usr/include/libnl3. OE's include
path gets injected by do_configure.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc index 4e15369d0e..dd850578af 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.0.inc @@ -19,7 +19,8 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ file://wpa-supplicant.sh \ file://wpa_supplicant.conf \ file://wpa_supplicant.conf-sane \ - file://99_wpa_supplicant" + file://99_wpa_supplicant \ + file://fix-libnl3-host-contamination.patch" S = "${WORKDIR}/wpa_supplicant-${PV}" |