summaryrefslogtreecommitdiffstats
path: root/recipes-extended/time/time_1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/time/time_1.7.bb')
-rw-r--r--recipes-extended/time/time_1.7.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-extended/time/time_1.7.bb b/recipes-extended/time/time_1.7.bb
new file mode 100644
index 0000000..e5713db
--- /dev/null
+++ b/recipes-extended/time/time_1.7.bb
@@ -0,0 +1,24 @@
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 = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
8
9inherit texinfo update-alternatives
10
11ALTERNATIVE_${PN} = "time"
12ALTERNATIVE_PRIORITY = "100"
13
14BBCLASSEXTEND = "native nativesdk"
15
16PR = "r2"
17
18SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \
19 file://debian.patch"
20
21SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3"
22SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d"
23
24inherit autotools