From patchwork Mon May 21 14:29:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/70] hostap-daemon: Update LICENSE field version to GPLv2 Date: Mon, 21 May 2012 14:29:10 -0000 From: chase maupin X-Patchwork-Id: 28073 Message-Id: <1337610609-1173-12-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * 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 --- 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"