From b03cb7c092754247153e7c8045532aff656c6d1f Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 24 Feb 2021 14:37:44 +0100 Subject: asciidoc: Switch to using the main branch Upstream has renamed the "master" branch to "main". Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked from commit 05637733cf89a81fd5d787402f5a917f279a1a0d) Signed-off-by: Anuj Mittal --- meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb b/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb index 711bfbfb9b..5fd3832ef9 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.2.bb @@ -8,7 +8,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " -SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \ +SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https;branch=main \ file://auto-catalogs.patch" SRCREV = "9a407dc9a497364c91421fd961954eddb565baf1" -- cgit 1.2.3-korg