[oe-commits] Chase Maupin : hostap-daemon: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:45 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 2076a89ab5eacb2226a18f9efc338773e8a06c93
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=2076a89ab5eacb2226a18f9efc338773e8a06c93

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Fri May 11 17:20:33 2012 -0500

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 at ti.com>

---

 recipes/hostap/hostap-daemon-0.7.inc  |    2 +-
 recipes/hostap/hostap-daemon_0.7.3.bb |    2 +-
 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 49f2650..187cec5 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 5a8aee7..99297a9 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"
 





More information about the Openembedded-commits mailing list