less: fix metadata

update license

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He
2010-07-01 16:41:07 +08:00
committed by Saul Wold
parent 47cc37d2d5
commit bbd41f4b96

View File

@@ -3,7 +3,10 @@ based program for viewing text files and the output from other \
programs. Less offers many features beyond those that more does."
HOMEPAGE = "http://www.greenwoodsoftware.com/"
SECTION = "console/utils"
LICENSE = "BSD"
# (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less
# less is a 2-clause BSD-like permissive license
LICENSE = "GPLv3+ | less"
DEPENDS = "ncurses"
SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz"