summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-29 22:04:06 -0700
committerKhem Raj <raj.khem@gmail.com>2023-03-30 00:09:52 -0700
commitea526f04c7643622336e1a99f47d221eaa6055eb (patch)
treeea3fbea262d2e124cc2bb117e2fea56648afb4f4 /recipes-devtools
parent0c09a7ee845eb92cb736467065dc37f086a367dc (diff)
downloadmeta-clang-ea526f04c7643622336e1a99f47d221eaa6055eb.tar.gz
castxml: Upgrade to 0.6.1
It supports clang-16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/castxml/castxml_0.6.1.bb (renamed from recipes-devtools/castxml/castxml_0.5.1.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-devtools/castxml/castxml_0.5.1.bb b/recipes-devtools/castxml/castxml_0.6.1.bb
index b3e4a18..50f8a9f 100644
--- a/recipes-devtools/castxml/castxml_0.5.1.bb
+++ b/recipes-devtools/castxml/castxml_0.6.1.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
7SRCREV = "6d5a3c62ce28fa930456d64c0cfe338e9e3ae08e" 7SRCREV = "f70f9d3f52eb6acce7df409f1df7236d36a2e320"
8
9PV .= "+0.5.2+${SRCPV}"
10 8
11S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
12 10