From b43658b88822406ddfb04454c731ba28c09085e4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 1 Jun 2011 13:56:28 +0200 Subject: 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 Date: Tue May 31 22:28:20 2011 +0000 lynx: New recipe, version 2.8.7. Signed-off-by: Stanislav Brabec 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 --- recipes/lynx/lynx_2.8.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('.', '-')}" -- cgit 1.2.3-korg