summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/castxml/castxml_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/castxml/castxml_git.bb b/recipes-devtools/castxml/castxml_git.bb
index f295038..d9e6ce0 100644
--- a/recipes-devtools/castxml/castxml_git.bb
+++ b/recipes-devtools/castxml/castxml_git.bb
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4 4
5SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" 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.4.4 is the release for LLVM/Clang v13.0.0
8SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" 8SRCREV = "2095c10a25610a8ccf6c7ef819440bdac6b13c59"
9PV = "0.3.6" 9PV = "0.4.4"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12