aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-06-01 13:56:28 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-06-01 14:00:06 +0200
commitb43658b88822406ddfb04454c731ba28c09085e4 (patch)
tree82eee7bf64e24327c055d55fe1fe40c3522def3e
parentfffb908d5a2f7ebb4ddbaaa30651b1ee2653de01 (diff)
downloadopenembedded-b43658b88822406ddfb04454c731ba28c09085e4.tar.gz
lynx: correct `LICENSE` from `GPL` to `GPLv2`
According to `COPYING` [1] the license is GPLv2. This is a fixup for commit 06d31dc0 [2]. commit 06d31dc06beb85a28ca3c2c2c0c2787267a24ff5 Author: Stanislav Brabec <utx@penguin.cz> Date: Tue May 31 22:28:20 2011 +0000 lynx: New recipe, version 2.8.7. Signed-off-by: Stanislav Brabec <utx@penguin.cz> recipes/lynx/lynx_2.8.7.bb | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) [1] http://lynx.isc.org/lynx2.8.7/lynx2-8-7/COPYING [2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=06d31dc06beb85a28ca3c2c2c0c2787267a24ff5 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/lynx/lynx_2.8.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/lynx/lynx_2.8.7.bb b/recipes/lynx/lynx_2.8.7.bb
index 022162c676..77434d1427 100644
--- a/recipes/lynx/lynx_2.8.7.bb
+++ b/recipes/lynx/lynx_2.8.7.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "text web browser"
SECTION = "console/network"
DEPENDS = "ncurses openssl"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
HOMEPAGE = "http://lynx.isc.org/"
PR = "r0"
S = "${WORKDIR}/${PN}${@bb.data.getVar('PV',d,1).replace('.', '-')}"