diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-03 17:02:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:28:22 -0700 |
| commit | b5fdfb85eaad4f5e7f5734bfe90692e34c7d756f (patch) | |
| tree | fbbb1b496e9362ffe8587023a418beb094258e37 | |
| parent | 12dbe453bef36fe388588a588e6822b728a80b80 (diff) | |
| download | meta-openembedded-b5fdfb85eaad4f5e7f5734bfe90692e34c7d756f.tar.gz | |
dool: upgrade 1.3.4 -> 1.3.6
Changelog:
==========
- Add plugin for LNET (Lustre Network)
- Fix readpipe function and update plugins for Python3
- Fix empty row for the first iteration of --top-io
- Include plugin path and source code in error tracebacks
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.6.bb (renamed from meta-oe/recipes-support/dool/dool_1.3.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.3.4.bb b/meta-oe/recipes-support/dool/dool_1.3.6.bb index d18f5c8b01..074c8928b3 100644 --- a/meta-oe/recipes-support/dool/dool_1.3.4.bb +++ b/meta-oe/recipes-support/dool/dool_1.3.6.bb | |||
| @@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" | |||
| 9 | DEPENDS += "asciidoc-native xmlto-native" | 9 | DEPENDS += "asciidoc-native xmlto-native" |
| 10 | RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin" | 10 | RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin" |
| 11 | 11 | ||
| 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;tag=v${PV} \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0" | 15 | SRCREV = "a52e710f74aad0eae46c5aafdb137070b4c00fe3" |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | do_install() { | 18 | do_install() { |
