xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dool/dool_1.0.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "versatile resource statics tool"
2*4882a593SmuzhiyunDESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
3*4882a593SmuzhiyunDstat overcomes some of their limitations and adds some extra features, more counters \
4*4882a593Smuzhiyunand flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
5*4882a593Smuzhiyunbenchmarks or troubleshooting."
6*4882a593SmuzhiyunHOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
7*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
8*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunDEPENDS += "asciidoc-native xmlto-native"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
13*4882a593Smuzhiyun	   file://0001-Fix-build-error-as-following.patch \
14*4882a593Smuzhiyun	   file://0001-Fix-rename-in-docs.patch \
15*4882a593Smuzhiyun          "
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunSRCREV = "34a3244b46aa70a31f871a7ca8ffa8d3a7b950d2"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunS = "${WORKDIR}/git"
20*4882a593Smuzhiyun
21*4882a593Smuzhiyundo_install() {
22*4882a593Smuzhiyun    oe_runmake 'DESTDIR=${D}' install
23*4882a593Smuzhiyun}
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunRDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
26