diff options
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.bb | 22 |
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 @@ | |||
1 | SUMMARY = "Dool is a Python3 compatible fork of Dstat" | ||
2 | DESCRIPTION = "Dool is a command line tool to monitor many aspects of your system: \ | ||
3 | CPU, Memory, Network, Load Average, etc. It also includes a robust plug-in architecture \ | ||
4 | to allow monitoring other system metrics." | ||
5 | HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" | ||
6 | LICENSE = "GPL-3.0-only" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
8 | |||
9 | DEPENDS += "asciidoc-native xmlto-native" | ||
10 | RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin" | ||
11 | |||
12 | SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \ | ||
13 | " | ||
14 | |||
15 | SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0" | ||
16 | |||
17 | |||
18 | do_install() { | ||
19 | oe_runmake 'DESTDIR=${D}' install | ||
20 | } | ||
21 | |||
22 | |||