summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dool/dool_1.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/dool/dool_1.3.4.bb')
-rw-r--r--meta-oe/recipes-support/dool/dool_1.3.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.3.4.bb b/meta-oe/recipes-support/dool/dool_1.3.4.bb
new file mode 100644
index 0000000000..d18f5c8b01
--- /dev/null
+++ b/meta-oe/recipes-support/dool/dool_1.3.4.bb
@@ -0,0 +1,22 @@
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=master;protocol=https \
13 "
14
15SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0"
16
17
18do_install() {
19 oe_runmake 'DESTDIR=${D}' install
20}
21
22