From f6998200a5026c452250e5ba6645d04a6f70622e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:09:34 +0800 Subject: [PATCH] dool: upgrade 1.3.1 -> 1.3.2 Changelog: ========== -Publish on PyPI -Add a new --dstat option to emulate old functionality -Remove code paths for Python 2.x as we're 100% Python 3.x now (and have been for a long time) -Add documentation about bits vs bytes to refer tickets to when we get questions -Fixes for long names on --top-io-adv plugin -The --freespace plugin can now optionally take a comma separate list of mount points now Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/dool/{dool_1.3.1.bb => dool_1.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/dool/{dool_1.3.1.bb => dool_1.3.2.bb} (93%) diff --git a/meta-oe/recipes-support/dool/dool_1.3.1.bb b/meta-oe/recipes-support/dool/dool_1.3.2.bb similarity index 93% rename from meta-oe/recipes-support/dool/dool_1.3.1.bb rename to meta-oe/recipes-support/dool/dool_1.3.2.bb index b20f8b4015..f7e403018c 100644 --- a/meta-oe/recipes-support/dool/dool_1.3.1.bb +++ b/meta-oe/recipes-support/dool/dool_1.3.2.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 = "30847c748483bc088549486292232d805b086b1f" +SRCREV = "b2862905be841232c9e36ce1e059d3fe34ef0cdf" S = "${WORKDIR}/git"