diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-16 12:02:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 083535908ff38444271bdfd387e021f6260345b2 (patch) | |
tree | dfb5589702ecdf84b5db28ec87900066e292bf90 | |
parent | bd16e07c562c89c6c83c0866640772323ce49796 (diff) | |
download | meta-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.bb | 2 |
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." | |||
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/CastXML/CastXML" | 5 | SRC_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 |
8 | SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" | 8 | SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" |