From 5d75f44b6ff3187086ee40dcd5c551f7c6b69202 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:33 +0800 Subject: dool: upgrade 1.3.3 -> 1.3.4 Changelog: ============ - Fix plugin loading for Python 3.13 - Added rudimentary Debian packaging information - fix undefined variable 'mod' in plugin loading error reporting - Tweaked the header lines to be + after an entire page has scrolled by - Added documentation on how to package Dool - Lots of work in packaging up RPM and Deb files - Fix the top-io (all IO) and top-bio (Block IO) plugins and clarify the source of data for each Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/dool/dool_1.3.3.bb | 23 ----------------------- meta-oe/recipes-support/dool/dool_1.3.4.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/dool/dool_1.3.3.bb create mode 100644 meta-oe/recipes-support/dool/dool_1.3.4.bb diff --git a/meta-oe/recipes-support/dool/dool_1.3.3.bb b/meta-oe/recipes-support/dool/dool_1.3.3.bb deleted file mode 100644 index ba75a632ec..0000000000 --- a/meta-oe/recipes-support/dool/dool_1.3.3.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 = "e42e8c73043127283762eb52a2e31b7ab0aac177" - -S = "${WORKDIR}/git" - -do_install() { - oe_runmake 'DESTDIR=${D}' install -} - - 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..25662a0271 --- /dev/null +++ b/meta-oe/recipes-support/dool/dool_1.3.4.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 = "5068abef0a960c173a91e84a45e7fea1b0a802c0" + +S = "${WORKDIR}/git" + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} + + -- cgit v1.2.3-54-g00ecf