From 083535908ff38444271bdfd387e021f6260345b2 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 16 Nov 2021 12:02:52 +0800 Subject: castxml: add branch and switch to using https Github no longer supports fetching using git protocol and bitbake now requires explicit branch. Signed-off-by: Anuj Mittal (cherry picked from commit b712d7b265d27d388e88ce55b533a8d2d2c260d7) --- recipes-devtools/castxml/castxml_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/castxml/castxml_git.bb b/recipes-devtools/castxml/castxml_git.bb index f2c6b3e..f295038 100644 --- a/recipes-devtools/castxml/castxml_git.bb +++ b/recipes-devtools/castxml/castxml_git.bb @@ -2,7 +2,7 @@ SUMMARY = "C-family abstract syntax tree XML output tool." LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "git://github.com/CastXML/CastXML" +SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" # 0.3.6 is the release for LLVM/Clang v11.0.0 SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" -- cgit v1.2.3-54-g00ecf