diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-11 18:06:27 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-11 18:06:27 +0100 |
commit | 71d24f5d1a924e378637bcbf2bb53273342d3da6 (patch) | |
tree | 629b5cfd5b2cf6997671ed0fe0c30b6305242d01 /meta/packages/time/time.inc | |
parent | d9062199b4ab4fcd7fd9adf16d8c0f3bbbbc9108 (diff) | |
parent | fc2e5e08073fb9a2d83bd7a2e093134d08d68031 (diff) | |
download | poky-71d24f5d1a924e378637bcbf2bb53273342d3da6.tar.gz |
Merge branch 'distro/master' of ssh://git.pokylinux.org/poky-contrib
Diffstat (limited to 'meta/packages/time/time.inc')
-rw-r--r-- | meta/packages/time/time.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/time/time.inc b/meta/packages/time/time.inc index 4f006a693c..8d31b47a0c 100644 --- a/meta/packages/time/time.inc +++ b/meta/packages/time/time.inc | |||
@@ -1,5 +1,7 @@ | |||
1 | DESCRIPTION = "time measures many of the CPU resources, such as time and \ | 1 | DESCRIPTION = "time measures many of the CPU resources, such as time and \ |
2 | memory, that other programs use." | 2 | memory, that other programs use." |
3 | HOMEPAGE = "http://www.gnu.org/software/time/" | 3 | HOMEPAGE = "http://www.gnu.org/software/time/" |
4 | LICENSE = "GPL" | ||
5 | SECTION = "utils" | 4 | SECTION = "utils" |
5 | LICENSE = "GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
7 | |||