summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-02-24 14:37:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-10 00:22:51 +0000
commit57f240a9c67d18c89395b967711a0df33fe2861a (patch)
tree0e9709a5988714137519065120cd7c3afda39ca3
parentb252b0285a2ca683e5e9b04e614346b8312d8cfd (diff)
downloadpoky-57f240a9c67d18c89395b967711a0df33fe2861a.tar.gz
asciidoc: Switch to using the main branch
Upstream has renamed the "master" branch to "main". (From OE-Core rev: 519f382fd0dd537377c0cf0b6473d427c10054f3) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 05637733cf89a81fd5d787402f5a917f279a1a0d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
index 751bf0f19f..932339f739 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
9 file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069" 9 file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069"
10 10
11SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \ 11SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https;branch=main \
12 file://auto-catalogs.patch" 12 file://auto-catalogs.patch"
13SRCREV = "618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0" 13SRCREV = "618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0"
14PV .= "+py3-git${SRCPV}" 14PV .= "+py3-git${SRCPV}"