From f305665aee3608840c30a508cc82b93e3fa16c5d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:24 +0800 Subject: dool: upgrade 1.3.2 -> 1.3.3 Changelog: =========== - Package plugins in PIP - Add some emojis to README - Allow the --io plugin to read from symlinks like /dev/disk-by-uuid - Removed old examples directory that was not relevant anymore - Fix the --noupdate option and make dool work better for non-tty connections - General code clean-up and best practices - Comments added to code to make parsing simpler for future Scott - Add team members to README - More internal dstat -> dool name changes Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/dool/dool_1.3.2.bb | 23 ----------------------- meta-oe/recipes-support/dool/dool_1.3.3.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/dool/dool_1.3.2.bb create mode 100644 meta-oe/recipes-support/dool/dool_1.3.3.bb diff --git a/meta-oe/recipes-support/dool/dool_1.3.2.bb b/meta-oe/recipes-support/dool/dool_1.3.2.bb deleted file mode 100644 index f7e403018c..0000000000 --- a/meta-oe/recipes-support/dool/dool_1.3.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -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 = "b2862905be841232c9e36ce1e059d3fe34ef0cdf" - -S = "${WORKDIR}/git" - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} - - diff --git a/meta-oe/recipes-support/dool/dool_1.3.3.bb b/meta-oe/recipes-support/dool/dool_1.3.3.bb new file mode 100644 index 0000000000..ba75a632ec --- /dev/null +++ b/meta-oe/recipes-support/dool/dool_1.3.3.bb @@ -0,0 +1,23 @@ +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 = "e42e8c73043127283762eb52a2e31b7ab0aac177" + +S = "${WORKDIR}/git" + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} + + -- cgit v1.2.3-54-g00ecf