summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/time/time_1.9.bb
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-04-24 16:10:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:05 +0100
commit0e2482864318f9aa9591e7acaa39188f4e1e9c2e (patch)
tree8b26c39261025cbd7ec4fe4468eeee4a4724cf53 /meta/recipes-extended/time/time_1.9.bb
parent35c75c7773571005678de140589bc79becf6a63f (diff)
downloadpoky-0e2482864318f9aa9591e7acaa39188f4e1e9c2e.tar.gz
time:1.8 -> 1.9
Upgrade time from 1.8 to 1.9. (From OE-Core rev: f6ac06967905686cc3974a3524c89cb74af22a16) Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/time/time_1.9.bb')
-rw-r--r--meta/recipes-extended/time/time_1.9.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/time/time_1.9.bb b/meta/recipes-extended/time/time_1.9.bb
new file mode 100644
index 0000000000..e2b084caae
--- /dev/null
+++ b/meta/recipes-extended/time/time_1.9.bb
@@ -0,0 +1,21 @@
1SUMMARY = "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
11ALTERNATIVE_${PN} = "time"
12ALTERNATIVE_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