summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:54:24 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:24 -0700
commitf305665aee3608840c30a508cc82b93e3fa16c5d (patch)
treec502c3a8d5f0a190a7e72cefa909c10281610524
parentc6fab35e75507b71508d28c081ac6aa2ea133806 (diff)
downloadmeta-openembedded-f305665aee3608840c30a508cc82b93e3fa16c5d.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/dool/dool_1.3.3.bb (renamed from meta-oe/recipes-support/dool/dool_1.3.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.3.2.bb b/meta-oe/recipes-support/dool/dool_1.3.3.bb
index f7e403018c..ba75a632ec 100644
--- a/meta-oe/recipes-support/dool/dool_1.3.2.bb
+++ b/meta-oe/recipes-support/dool/dool_1.3.3.bb
@@ -12,7 +12,7 @@ RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell pyth
12SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \ 12SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \
13 " 13 "
14 14
15SRCREV = "b2862905be841232c9e36ce1e059d3fe34ef0cdf" 15SRCREV = "e42e8c73043127283762eb52a2e31b7ab0aac177"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18