summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dool/dool_1.3.8.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-16 17:41:14 +0800
committerKhem Raj <raj.khem@gmail.com>2025-09-16 09:59:15 -0700
commit3ba4e4a1d0aefb102ba40bf398c1e3620957aaaa (patch)
treeea1d3322763bd74c9a9aa1163144310b92a54cc3 /meta-oe/recipes-support/dool/dool_1.3.8.bb
parentb4420dc245e6f2c7985de051a54c577b2c9d3a28 (diff)
downloadmeta-openembedded-3ba4e4a1d0aefb102ba40bf398c1e3620957aaaa.tar.gz
dool: upgrade 1.3.6 -> 1.3.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/dool/dool_1.3.8.bb')
-rw-r--r--meta-oe/recipes-support/dool/dool_1.3.8.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.3.8.bb b/meta-oe/recipes-support/dool/dool_1.3.8.bb
new file mode 100644
index 0000000000..1c7350e871
--- /dev/null
+++ b/meta-oe/recipes-support/dool/dool_1.3.8.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Dool is a Python3 compatible fork of Dstat"
2DESCRIPTION = "Dool is a command line tool to monitor many aspects of your system: \
3CPU, Memory, Network, Load Average, etc. It also includes a robust plug-in architecture \
4to allow monitoring other system metrics."
5HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
6LICENSE = "GPL-3.0-only"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
8
9DEPENDS += "asciidoc-native xmlto-native"
10RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
11
12SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=next;protocol=https;tag=v${PV}"
13
14SRCREV = "b74503e2dfbca8ef01c284d40aa77dc82be308b9"
15
16
17do_install() {
18 oe_runmake 'DESTDIR=${D}' install
19}
20
21