Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [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" |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 6 | LICENSE = "GPL-3.0-only" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 8 | |
| 9 | inherit texinfo update-alternatives |
| 10 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 11 | ALTERNATIVE:${PN} = "time" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | ALTERNATIVE_PRIORITY = "100" |
| 13 | |
| 14 | BBCLASSEXTEND = "native nativesdk" |
| 15 | |
| 16 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz" |
| 17 | |
| 18 | SRC_URI[md5sum] = "d2356e0fe1c0b85285d83c6b2ad51b5f" |
| 19 | SRC_URI[sha256sum] = "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e" |
| 20 | |
| 21 | inherit autotools |