blob: 8364210e61cdfe7cfa45fc75ffa1f0720c791877 [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"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006LICENSE = "GPL-3.0-only"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007LIC_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
Patrick Williams92b42cb2022-09-03 06:53:57 -050016SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \
17 file://0001-include-string.h-for-memset.patch \
18 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019
20SRC_URI[md5sum] = "d2356e0fe1c0b85285d83c6b2ad51b5f"
21SRC_URI[sha256sum] = "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e"
22
23inherit autotools