diff options
| -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() { |
