Files
meta-openembedded/meta-oe/recipes-support/dool/dool_1.3.4.bb
T
Wang Mingyu 5d75f44b6f dool: upgrade 1.3.3 -> 1.3.4
Changelog:
============
- Fix plugin loading for Python 3.13
- Added rudimentary Debian packaging information
- fix undefined variable 'mod' in plugin loading error reporting
- Tweaked the header lines to be + after an entire page has scrolled by
- Added documentation on how to package Dool
- Lots of work in packaging up RPM and Deb files
- Fix the top-io (all IO) and top-bio (Block IO) plugins and clarify the source of data for each

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-02-10 08:45:35 -08:00

24 lines
799 B
BlitzBasic

SUMMARY = "Dool is a Python3 compatible fork of Dstat"
DESCRIPTION = "Dool is a command line tool to monitor many aspects of your system: \
CPU, Memory, Network, Load Average, etc. It also includes a robust plug-in architecture \
to allow monitoring other system metrics."
HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
DEPENDS += "asciidoc-native xmlto-native"
RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
"
SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0"
S = "${WORKDIR}/git"
do_install() {
oe_runmake 'DESTDIR=${D}' install
}