diff options
| author | Dan McGregor <dan.mcgregor@usask.ca> | 2021-11-09 14:51:39 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-17 21:56:48 -0800 |
| commit | 94c0812f45df2e39b3b49e4d9260c6ed5ee7bd93 (patch) | |
| tree | d4a988b33344e352c02fba9349db1e3598142e9a | |
| parent | d5219d8b7b500438c6d7ee958ca8954fa6ba8640 (diff) | |
| download | meta-clang-94c0812f45df2e39b3b49e4d9260c6ed5ee7bd93.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>
| -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 | ||
