diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-02 09:42:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 11:12:25 +0000 |
commit | 6d4079f77e29a2ad6712a130d4a5493aace3eb10 (patch) | |
tree | 55f35d309ac2040f84b4e0db149b89abbbad7341 /meta | |
parent | 4c41868b299c8bba3fd2a1b4737e2301f22eb558 (diff) | |
download | poky-6d4079f77e29a2ad6712a130d4a5493aace3eb10.tar.gz |
asciidoc: upgrade 10.0.0 -> 10.0.1
(From OE-Core rev: 80f1045d7eb871994fb7379d27bd339e1efa70ef)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/asciidoc/asciidoc_10.0.1.bb (renamed from meta/recipes-extended/asciidoc/asciidoc_10.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.0.0.bb b/meta/recipes-extended/asciidoc/asciidoc_10.0.1.bb index f7fa66851d..40574df6e2 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_10.0.0.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_10.0.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ | |||
9 | file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " | 9 | file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " |
10 | 10 | ||
11 | SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https;branch=main" | 11 | SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https;branch=main" |
12 | SRCREV = "4667219e473a24e8e645eb9b9fb0a7ddba322f44" | 12 | SRCREV = "74823bed08e7b823d2b6cba8636a1fd67fed6cc9" |
13 | 13 | ||
14 | DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 14 | DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
15 | 15 | ||