summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2021-11-09 14:51:39 -0600
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commit91ca6217b9820c9c0831f1756c8667561467a03e (patch)
tree97ec0348f35e7221dafbf18779093f84ef4c35e3
parentecfd1d13296b3252806d79673b6a2ff420a9518d (diff)
downloadmeta-clang-91ca6217b9820c9c0831f1756c8667561467a03e.tar.gz
castxml: bump to 0.4.4
This version supports llvm main, llvm 13.x, and llvm 14.x. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> (cherry picked from commit 94c0812f45df2e39b3b49e4d9260c6ed5ee7bd93)
-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