summaryrefslogtreecommitdiffstats
path: root/meta
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-02-26 15:21:20 +0000
commit7fe4e6be80679bbe66677b03572f23a68bde9a4f (patch)
treea85b5ad5afb9186c1b5cd25004a6fde863b43056 /meta
parenteb0f2fcd3e486f014d38281b045c5507c2a3573c (diff)
downloadpoky-7fe4e6be80679bbe66677b03572f23a68bde9a4f.tar.gz
asciidoc: Switch to using the main branch
Upstream has renamed the "master" branch to "main". (From OE-Core rev: 05637733cf89a81fd5d787402f5a917f279a1a0d) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb b/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb
index 4d94adec00..bb4248a5e5 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb
@@ -8,7 +8,7 @@ LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ 8LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \
9 file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " 9 file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 "
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 = "8de61a75572b5b8f90c1f87634aa3767472be7a7" 13SRCREV = "8de61a75572b5b8f90c1f87634aa3767472be7a7"
14 14