diff options
Diffstat (limited to 'recipes-extended/time/time_1.7.bb')
-rw-r--r-- | recipes-extended/time/time_1.7.bb | 24 |
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 @@ | |||
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 = "GPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
8 | |||
9 | inherit texinfo update-alternatives | ||
10 | |||
11 | ALTERNATIVE_${PN} = "time" | ||
12 | ALTERNATIVE_PRIORITY = "100" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||
15 | |||
16 | PR = "r2" | ||
17 | |||
18 | SRC_URI = "${GNU_MIRROR}/time/time-${PV}.tar.gz \ | ||
19 | file://debian.patch" | ||
20 | |||
21 | SRC_URI[md5sum] = "e38d2b8b34b1ca259cf7b053caac32b3" | ||
22 | SRC_URI[sha256sum] = "e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d" | ||
23 | |||
24 | inherit autotools | ||