aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/hostapd/hostapd
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-28 19:13:54 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-18 11:52:30 +0200
commitec287c69f8bd3c4d84896ca87d903eb364e396f7 (patch)
tree9a34973a50990b3368ebc5488a98e5647561ff85 /meta-oe/recipes-connectivity/hostapd/hostapd
parentc8f37d873ab0380f0eedaf708c6c7c801a57e3b8 (diff)
downloadmeta-openembedded-ec287c69f8bd3c4d84896ca87d903eb364e396f7.tar.gz
hostapd: Remove add-sysroot-to-gcc.patch
The patch has not been available in the 2.4 version form and thus the recipe was unbuildable. Fix by removing the patch file, which is unused, and the reference for it from the recipe. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostapd')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch b/meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch
deleted file mode 100644
index d1134b9aa7..0000000000
--- a/meta-oe/recipes-connectivity/hostapd/hostapd/add-sysroot-to-gcc.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Upstream-Status: Pending
-
-We should make sure that sysroot is used by gcc instead of assuming
-hardcoded locations for include paths
-
-Signed-off-by: Roy Li <rongqing.li@windriver.com>
----
- src/drivers/drivers.mak | 2 +-
- src/drivers/drivers.mk | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/drivers/drivers.mak b/src/drivers/drivers.mak
-index 7e175f4..950701f 100644
---- a/src/drivers/drivers.mak
-+++ b/src/drivers/drivers.mak
-@@ -35,7 +35,7 @@ NEED_RFKILL=y
- ifdef CONFIG_LIBNL32
- DRV_LIBS += -lnl-3
- DRV_LIBS += -lnl-genl-3
-- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
-+ DRV_CFLAGS += -DCONFIG_LIBNL20 -I=/usr/include/libnl3
- else
- ifdef CONFIG_LIBNL_TINY
- DRV_LIBS += -lnl-tiny
-diff --git a/src/drivers/drivers.mk b/src/drivers/drivers.mk
-index db8561a..c93e88d 100644
---- a/src/drivers/drivers.mk
-+++ b/src/drivers/drivers.mk
-@@ -30,7 +30,7 @@ NEED_RFKILL=y
- ifdef CONFIG_LIBNL32
- DRV_LIBS += -lnl-3
- DRV_LIBS += -lnl-genl-3
-- DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3
-+ DRV_CFLAGS += -DCONFIG_LIBNL20 -I=/usr/include/libnl3
- else
- ifdef CONFIG_LIBNL_TINY
- DRV_LIBS += -lnl-tiny
---
-2.1.2
-