mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
51d5d7f843
Some recipe might use time, e.g. http://git.yoctoproject.org/cgit/cgit.cgi/meta-swupd/tree/classes/swupd-image.bbclass?id=531a8e636ca891c34f2596eb7f6365a11d4b29a7#n481 Time is a bash built-in, or a separate utility (typically in /usr/bin/), but not everybody uses bash, or has GNU time installed by default. (From OE-Core rev: a335aed0c2f64defc503ae3cc66c9ca0645eb6db) Signed-off-by: André Draszik <adraszik@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
441 B
PHP
15 lines
441 B
PHP
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"
|
|
|
|
inherit texinfo update-alternatives
|
|
|
|
ALTERNATIVE_${PN} = "time"
|
|
ALTERNATIVE_PRIORITY = "100"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|