diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-16 17:41:14 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-16 09:59:15 -0700 |
| commit | 3ba4e4a1d0aefb102ba40bf398c1e3620957aaaa (patch) | |
| tree | ea1d3322763bd74c9a9aa1163144310b92a54cc3 | |
| parent | b4420dc245e6f2c7985de051a54c577b2c9d3a28 (diff) | |
| download | meta-openembedded-3ba4e4a1d0aefb102ba40bf398c1e3620957aaaa.tar.gz | |
dool: upgrade 1.3.6 -> 1.3.8
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.8.bb (renamed from meta-oe/recipes-support/dool/dool_1.3.6.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/dool/dool_1.3.6.bb b/meta-oe/recipes-support/dool/dool_1.3.8.bb index 074c8928b3..1c7350e871 100644 --- a/meta-oe/recipes-support/dool/dool_1.3.6.bb +++ b/meta-oe/recipes-support/dool/dool_1.3.8.bb | |||
| @@ -9,10 +9,9 @@ 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;tag=v${PV} \ | 12 | SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=next;protocol=https;tag=v${PV}" |
| 13 | " | ||
| 14 | 13 | ||
| 15 | SRCREV = "a52e710f74aad0eae46c5aafdb137070b4c00fe3" | 14 | SRCREV = "b74503e2dfbca8ef01c284d40aa77dc82be308b9" |
| 16 | 15 | ||
| 17 | 16 | ||
| 18 | do_install() { | 17 | do_install() { |
