M7350/oe-core/meta/recipes-extended/time/time.inc

13 lines
405 B
PHP
Raw Normal View History

2024-09-09 08:52:07 +00:00
SUMMARY = "Tool that measures CPU resources"
DESCRIPTION = "time measures many of the CPU resources, such as time and \
memory, that other programs use."
HOMEPAGE = "http://www.gnu.org/software/time/"
SECTION = "utils"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
2024-09-09 08:57:42 +00:00
inherit texinfo update-alternatives
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
ALTERNATIVE_${PN} = "time"
2024-09-09 08:52:07 +00:00
ALTERNATIVE_PRIORITY = "100"