summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-29 21:45:41 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-07 10:50:51 -0700
commit7af8af3928bcb62c5a1ed8d0edadda04a7418b9c (patch)
treec9865e3c612824da966bfc125699adde88211ea5
parent710434252979cf9ad2342098a1b1011d48abbbde (diff)
downloadmeta-clang-7af8af3928bcb62c5a1ed8d0edadda04a7418b9c.tar.gz
castxml: Update to 0.4.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/castxml/castxml_0.4.5.bb (renamed from recipes-devtools/castxml/castxml_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-devtools/castxml/castxml_git.bb b/recipes-devtools/castxml/castxml_0.4.5.bb
index d9e6ce0..e7ba2f7 100644
--- a/recipes-devtools/castxml/castxml_git.bb
+++ b/recipes-devtools/castxml/castxml_0.4.5.bb
@@ -4,9 +4,7 @@ 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.4.4 is the release for LLVM/Clang v13.0.0 7SRCREV = "7ef4b1e35480a09c18b0c4afc230b558a0f53bc0"
8SRCREV = "2095c10a25610a8ccf6c7ef819440bdac6b13c59"
9PV = "0.4.4"
10 8
11S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
12 10