diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2021-11-09 14:51:39 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 91ca6217b9820c9c0831f1756c8667561467a03e (patch) | |
tree | 97ec0348f35e7221dafbf18779093f84ef4c35e3 | |
parent | ecfd1d13296b3252806d79673b6a2ff420a9518d (diff) | |
download | meta-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.bb | 6 |
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 | ||
5 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" | 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.4.4 is the release for LLVM/Clang v13.0.0 |
8 | SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" | 8 | SRCREV = "2095c10a25610a8ccf6c7ef819440bdac6b13c59" |
9 | PV = "0.3.6" | 9 | PV = "0.4.4" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||