blob: 211f3a2b1181d78c4e88c31e205ce11490a252ec [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "versatile resource statics tool"
2DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
3Dstat overcomes some of their limitations and adds some extra features, more counters \
4and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
5benchmarks or troubleshooting."
6HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00008LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9
10DEPENDS += "asciidoc-native xmlto-native"
11
12SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
13 file://0001-Fix-build-error-as-following.patch \
Andrew Geissler517393d2023-01-13 08:55:19 -060014 file://0001-Fix-rename-in-docs.patch \
Andrew Geissler595f6302022-01-24 19:11:47 +000015 "
16
Patrick Williams2194f502022-10-16 14:26:09 -050017SRCREV = "41ec7b392b358dae29f0b587711d5c8f7f462805"
Andrew Geissler595f6302022-01-24 19:11:47 +000018
19S = "${WORKDIR}/git"
20
21do_install() {
22 oe_runmake 'DESTDIR=${D}' install
23}
24
25RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"