aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap/hostap-daemon_0.6.9.bb
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-04-08 09:04:53 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2009-04-08 09:04:53 +0000
commitdbe77279e47eb71f089ab3865589784d25c728be (patch)
tree51e2372c0d53f4d20839f3d15f5fa0eb9446acb8 /recipes/hostap/hostap-daemon_0.6.9.bb
parent10e6229075b013fc8afebb58c624c0ec8ba7badc (diff)
downloadopenembedded-dbe77279e47eb71f089ab3865589784d25c728be.tar.gz
hostap-daemon-0.6.9: add patch to use LDFLAGS (fixes QA error)
Diffstat (limited to 'recipes/hostap/hostap-daemon_0.6.9.bb')
-rw-r--r--recipes/hostap/hostap-daemon_0.6.9.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/hostap/hostap-daemon_0.6.9.bb b/recipes/hostap/hostap-daemon_0.6.9.bb
index 8e9aa5d328..01830c5841 100644
--- a/recipes/hostap/hostap-daemon_0.6.9.bb
+++ b/recipes/hostap/hostap-daemon_0.6.9.bb
@@ -4,11 +4,12 @@ SECTION = "kernel/userland"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "libnl openssl"
-PR = "r1"
+PR = "r2"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz \
+ file://ldflags.patch;patch=1 \
file://defconfig \
file://init"