blob: abd00f09bf7f13471dd4f0e967c41b4c45f7149f [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Tool that measures CPU resources"
2DESCRIPTION = "time measures many of the CPU resources, such as time and \
3memory, that other programs use."
4HOMEPAGE = "http://www.gnu.org/software/time/"
5SECTION = "utils"
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9inherit texinfo update-alternatives
10
Patrick Williams213cb262021-08-07 19:21:33 -050011ALTERNATIVE:${PN} = "time"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012ALTERNATIVE_PRIORITY = "100"
13
14BBCLASSEXTEND = "native nativesdk"
15
16SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz"
17
18SRC_URI[md5sum] = "d2356e0fe1c0b85285d83c6b2ad51b5f"
19SRC_URI[sha256sum] = "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e"
20
21inherit autotools