mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 22:12:33 +00:00
When cleaning the package during rebuild in base_do_configure() 'make clean' deletes docs/dool.1. This files comes from source repository but can't be recreated using 'make docs'. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
965 B
BlitzBasic
26 lines
965 B
BlitzBasic
SUMMARY = "versatile resource statics tool"
|
|
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
|
|
Dstat overcomes some of their limitations and adds some extra features, more counters \
|
|
and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
|
|
benchmarks or troubleshooting."
|
|
HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS += "asciidoc-native xmlto-native"
|
|
|
|
SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
|
|
file://0001-Fix-build-error-as-following.patch \
|
|
file://0001-Fix-rename-in-docs.patch \
|
|
"
|
|
|
|
SRCREV = "41ec7b392b358dae29f0b587711d5c8f7f462805"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' install
|
|
}
|
|
|
|
RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
|