Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame^] | 1 | SUMMARY = "versatile resource statics tool" |
| 2 | DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \ |
| 3 | Dstat overcomes some of their limitations and adds some extra features, more counters \ |
| 4 | and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \ |
| 5 | benchmarks or troubleshooting." |
| 6 | HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" |
| 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 9 | |
| 10 | DEPENDS += "asciidoc-native xmlto-native" |
| 11 | |
| 12 | SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \ |
| 13 | file://0001-Fix-build-error-as-following.patch \ |
| 14 | " |
| 15 | |
| 16 | SRCREV = "34a3244b46aa70a31f871a7ca8ffa8d3a7b950d2" |
| 17 | |
| 18 | S = "${WORKDIR}/git" |
| 19 | |
| 20 | do_install() { |
| 21 | oe_runmake 'DESTDIR=${D}' install |
| 22 | } |
| 23 | |
| 24 | RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin" |