diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-05-14 17:09:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-19 08:27:52 -0700 |
commit | f6998200a5026c452250e5ba6645d04a6f70622e (patch) | |
tree | 3367808b9d54876caeebfefbe3f4236230a4e93a | |
parent | fbb5911127af89f165d95f6dbf76fe99b713cc4b (diff) | |
download | meta-openembedded-f6998200a5026c452250e5ba6645d04a6f70622e.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/dool/dool_1.3.2.bb (renamed from meta-oe/recipes-support/dool/dool_1.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.3.1.bb b/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 | |||
12 | SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "30847c748483bc088549486292232d805b086b1f" | 15 | SRCREV = "b2862905be841232c9e36ce1e059d3fe34ef0cdf" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||