diff options
author | Luke Gox <luke@box0.(none)> | 2009-04-09 20:07:55 +0200 |
---|---|---|
committer | Luke Gox <luke@box0.(none)> | 2009-04-09 20:07:55 +0200 |
commit | b2418f27304b215acd011f0b3e4f258329f21545 (patch) | |
tree | 58361e035aa81827d57c3ee9f39dfcf0f105d5c4 /recipes/hostap/hostap-daemon_0.6.9.bb | |
parent | 6255cd11b01d03599cb9c1e9391c8c5da1467af2 (diff) | |
parent | cf68d88dc9a23665ac8cb8bf7599d4f210d52718 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/hostap/hostap-daemon_0.6.9.bb')
-rw-r--r-- | recipes/hostap/hostap-daemon_0.6.9.bb | 3 |
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" |