diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-04 17:14:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 10:45:13 +0000 |
commit | 3eed2f29006c9e4d12a2b9b002f92633dcdb67f9 (patch) | |
tree | 5d89a360f813d0abc0c6d5fc7a589e95d762f794 | |
parent | 2954022bbeb93ff500f3b6bcf8b0a397751de495 (diff) | |
download | poky-3eed2f29006c9e4d12a2b9b002f92633dcdb67f9.tar.gz |
asciidoc: update git repository
The asciidoc-py3 repository has been renamed to asciidoc-py.
(From OE-Core rev: f78dd3f4c5f0cd738783e75f3796e1da2a2a2ba1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb b/meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb index 34bf2550f5..fc8cbc89c8 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-only" | |||
8 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ | 8 | 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-py;protocol=https;branch=main" |
12 | SRCREV = "342639edbbc0dcc64354a0291d2214d4d5e65cab" | 12 | SRCREV = "342639edbbc0dcc64354a0291d2214d4d5e65cab" |
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" |