aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-11 17:20:33 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:19:39 -0500
commit2076a89ab5eacb2226a18f9efc338773e8a06c93 (patch)
tree75e37415b3b4d58cdafc1a6031f00b1435e5cb8e
parent6214d1523f964d7fc6e8dfb0c80e07144e4bc94b (diff)
downloadopenembedded-2076a89ab5eacb2226a18f9efc338773e8a06c93.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>
-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"