diff options
author | Qing He <qing.he@intel.com> | 2010-07-01 16:47:53 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:44 -0700 |
commit | 64e5dd1aace94e9320e3c961b7620c10267ff922 (patch) | |
tree | 53d085a461a81b62b59e554c5934801cec80eb4c /meta/packages/findutils/findutils.inc | |
parent | 2cfe0ca27ffe1eba5ffaa35b1d37efb32913d7ee (diff) | |
download | poky-64e5dd1aace94e9320e3c961b7620c10267ff922.tar.gz |
findutils: fix metadata
add homepage and bugtracker
update license to clarify the transition of GPLv3+
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/findutils/findutils.inc')
-rw-r--r-- | meta/packages/findutils/findutils.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/findutils/findutils.inc b/meta/packages/findutils/findutils.inc index b54b09b7b1..1ca44337c5 100644 --- a/meta/packages/findutils/findutils.inc +++ b/meta/packages/findutils/findutils.inc | |||
@@ -1,6 +1,10 @@ | |||
1 | DESCRIPTION = "find, locate, and xargs binaries." | 1 | DESCRIPTION = "find, locate, and xargs binaries." |
2 | HOMEPAGE = "http://www.gnu.org/software/findutils/" | ||
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=findutils" | ||
2 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
3 | LICENSE = "GPL" | 5 | |
6 | # GPLv2+ (<< 4.2.32), GPLv3+ (>= 4.2.32) | ||
7 | LICENSE = "GPLv3+" | ||
4 | 8 | ||
5 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/findutils/findutils-${PV}.tar.gz \ |
6 | file://mkdir.patch;patch=1" | 10 | file://mkdir.patch;patch=1" |