summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
9DEPENDS += "asciidoc-native xmlto-native" 9DEPENDS += "asciidoc-native xmlto-native"
10RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin" 10RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
11 11
12SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https \ 12SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=master;protocol=https;tag=v${PV} \
13 " 13 "
14 14
15SRCREV = "5068abef0a960c173a91e84a45e7fea1b0a802c0" 15SRCREV = "a52e710f74aad0eae46c5aafdb137070b4c00fe3"
16 16
17 17
18do_install() { 18do_install() {