diff options
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" |