diff options
author | Qing He <qing.he@intel.com> | 2010-07-01 16:41:07 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:44 -0700 |
commit | bbd41f4b96a87659669f630cd27765c4f1688c02 (patch) | |
tree | 6f56a95d608aea33285a5181df87d155796c389c | |
parent | 47cc37d2d57b075dc0b227f9839e398762a33652 (diff) | |
download | poky-bbd41f4b96a87659669f630cd27765c4f1688c02.tar.gz |
less: fix metadata
update license
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/packages/less/less_418.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/less/less_418.bb b/meta/packages/less/less_418.bb index d63e2c3290..aad17c3659 100644 --- a/meta/packages/less/less_418.bb +++ b/meta/packages/less/less_418.bb | |||
@@ -3,7 +3,10 @@ based program for viewing text files and the output from other \ | |||
3 | programs. Less offers many features beyond those that more does." | 3 | programs. Less offers many features beyond those that more does." |
4 | HOMEPAGE = "http://www.greenwoodsoftware.com/" | 4 | HOMEPAGE = "http://www.greenwoodsoftware.com/" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | LICENSE = "BSD" | 6 | |
7 | # (GPLv2+ (<< 418), GPLv3+ (>= 418)) | less | ||
8 | # less is a 2-clause BSD-like permissive license | ||
9 | LICENSE = "GPLv3+ | less" | ||
7 | DEPENDS = "ncurses" | 10 | DEPENDS = "ncurses" |
8 | 11 | ||
9 | SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz" | 12 | SRC_URI = "${GNU_MIRROR}/less/less-${PV}.tar.gz" |