diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-11-16 12:02:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-16 08:45:34 -0800 |
| commit | b712d7b265d27d388e88ce55b533a8d2d2c260d7 (patch) | |
| tree | ce9a01b6805fbf537814aed259128a3103921215 | |
| parent | 0590f78e1516401bfc32873426132262378c1e3a (diff) | |
| download | meta-clang-b712d7b265d27d388e88ce55b533a8d2d2c260d7.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>
| -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" |
