From 91ca6217b9820c9c0831f1756c8667561467a03e Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Tue, 9 Nov 2021 14:51:39 -0600 Subject: castxml: bump to 0.4.4 This version supports llvm main, llvm 13.x, and llvm 14.x. Signed-off-by: Dan McGregor (cherry picked from commit 94c0812f45df2e39b3b49e4d9260c6ed5ee7bd93) --- recipes-devtools/castxml/castxml_git.bb | 6 +++--- 1 file 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" SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" -# 0.3.6 is the release for LLVM/Clang v11.0.0 -SRCREV = "902ac163f0291fcfc459f58691481e88c9f91dea" -PV = "0.3.6" +# 0.4.4 is the release for LLVM/Clang v13.0.0 +SRCREV = "2095c10a25610a8ccf6c7ef819440bdac6b13c59" +PV = "0.4.4" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf