aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:10 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:48 +0100
commit15041b0fabeb1eb5c236ce7745845e8f5e9e5ce5 (patch)
tree470b94e3738a0b23e70cbdbe0d2255e4fc5de213
parent570525e79d97fa0bc41af218d994311e4b631c16 (diff)
downloadopenembedded-15041b0fabeb1eb5c236ce7745845e8f5e9e5ce5.tar.gz
hostap-daemon: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/hostap/hostap-daemon-0.7.inc2
-rw-r--r--recipes/hostap/hostap-daemon_0.7.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/hostap/hostap-daemon-0.7.inc b/recipes/hostap/hostap-daemon-0.7.inc
index 49f265082c..187cec5662 100644
--- a/recipes/hostap/hostap-daemon-0.7.inc
+++ b/recipes/hostap/hostap-daemon-0.7.inc
@@ -1,7 +1,7 @@
HOMEPAGE = "http://hostap.epitest.fi"
SECTION = "kernel/userland"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
DEPENDS = "libnl openssl"
inherit update-rc.d
diff --git a/recipes/hostap/hostap-daemon_0.7.3.bb b/recipes/hostap/hostap-daemon_0.7.3.bb
index 5a8aee7045..99297a9e7e 100644
--- a/recipes/hostap/hostap-daemon_0.7.3.bb
+++ b/recipes/hostap/hostap-daemon_0.7.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "User space daemon for extended IEEE 802.11 management"
require hostap-daemon-0.7.inc
-PR = "r3"
+PR = "r4"
DEFAULT_PREFERENCE = "-1"