summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-16 12:02:52 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commit083535908ff38444271bdfd387e021f6260345b2 (patch)
treedfb5589702ecdf84b5db28ec87900066e292bf90
parentbd16e07c562c89c6c83c0866640772323ce49796 (diff)
downloadmeta-clang-083535908ff38444271bdfd387e021f6260345b2.tar.gz
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 <anuj.mittal@intel.com> (cherry picked from commit b712d7b265d27d388e88ce55b533a8d2d2c260d7)
-rw-r--r--recipes-devtools/castxml/castxml_git.bb2
1 files changed, 1 insertions, 1 deletions
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."
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4 4
5SRC_URI = "git://github.com/CastXML/CastXML" 5SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master"
6 6
7# 0.3.6 is the release for LLVM/Clang v11.0.0 7# 0.3.6 is the release for LLVM/Clang v11.0.0
8SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" 8SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea"