diff options
author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-04-24 16:10:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:05 +0100 |
commit | 0e2482864318f9aa9591e7acaa39188f4e1e9c2e (patch) | |
tree | 8b26c39261025cbd7ec4fe4468eeee4a4724cf53 /meta/recipes-extended/time/time_1.9.bb | |
parent | 35c75c7773571005678de140589bc79becf6a63f (diff) | |
download | poky-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.bb | 21 |
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 @@ | |||
1 | SUMMARY = "Tool that measures CPU resources" | ||
2 | DESCRIPTION = "time measures many of the CPU resources, such as time and \ | ||
3 | memory, that other programs use." | ||
4 | HOMEPAGE = "http://www.gnu.org/software/time/" | ||
5 | SECTION = "utils" | ||
6 | LICENSE = "GPLv3" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
8 | |||
9 | inherit texinfo update-alternatives | ||
10 | |||
11 | ALTERNATIVE_${PN} = "time" | ||
12 | ALTERNATIVE_PRIORITY = "100" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||
15 | |||
16 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz" | ||
17 | |||
18 | SRC_URI[md5sum] = "d2356e0fe1c0b85285d83c6b2ad51b5f" | ||
19 | SRC_URI[sha256sum] = "fbacf0c81e62429df3e33bda4cee38756604f18e01d977338e23306a3e3b521e" | ||
20 | |||
21 | inherit autotools | ||