Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Tool that measures CPU resources" |
| 2 | DESCRIPTION = "time measures many of the CPU resources, such as time and \ |
| 3 | memory, that other programs use." |
| 4 | HOMEPAGE = "http://www.gnu.org/software/time/" |
| 5 | SECTION = "utils" |
| 6 | LICENSE = "GPLv2+" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
| 8 | |
| 9 | inherit texinfo update-alternatives |
| 10 | |
| 11 | ALTERNATIVE_${PN} = "time" |
| 12 | ALTERNATIVE_PRIORITY = "100" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | |
| 14 | BBCLASSEXTEND = "native nativesdk" |