summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml/castxml_git.bb
diff options
context:
space:
mode:
authorDevendra Tewari <devendra.tewari@gmail.com>2021-11-22 19:32:16 -0300
committerKhem Raj <raj.khem@gmail.com>2021-11-22 14:39:05 -0800
commit2207df98559afc19d6a0243027bbac18980fc764 (patch)
tree7bd620e1b4c6cf9cd7ba0b971b5f912f522622df /recipes-devtools/castxml/castxml_git.bb
parentb0d805060791006d651efd3d7ae3dd5add8f70fe (diff)
downloadmeta-clang-2207df98559afc19d6a0243027bbac18980fc764.tar.gz
recipes: Specify branch and protocol in SRC_URIhardknott
github has stopped supporting anonymous git protocol and bitbake now warns about branch not being explicit, master is no more a viable fallback Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
Diffstat (limited to 'recipes-devtools/castxml/castxml_git.bb')
-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 4d3aa8a..e48f3d1 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;branch=master;protocol=https"
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"