diff mbox series

[meta-oe,04/66] dool: upgrade 1.3.3 -> 1.3.4

Message ID 1739178095-26432-4-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/66] apache2: upgrade 2.4.62 -> 2.4.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 10, 2025, 9 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/dool/{dool_1.3.3.bb => dool_1.3.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/dool/{dool_1.3.3.bb => dool_1.3.4.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/dool/dool_1.3.3.bb b/meta-oe/recipes-support/dool/dool_1.3.4.bb
similarity index 93%
rename from meta-oe/recipes-support/dool/dool_1.3.3.bb
rename to meta-oe/recipes-support/dool/dool_1.3.4.bb
index ba75a632ec..25662a0271 100644
--- a/meta-oe/recipes-support/dool/dool_1.3.3.bb
+++ b/meta-oe/recipes-support/dool/dool_1.3.4.bb
@@ -12,7 +12,7 @@  RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell pyth
 SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
           "
 
-SRCREV = "e42e8c73043127283762eb52a2e31b7ab0aac177"
+SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0"
 
 S = "${WORKDIR}/git"