aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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('.', '-')}"