summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-02-18 13:54:34 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-08 08:54:59 -0800
commit3237e56acab832434d30caf36c65fc860e8778f1 (patch)
treee9b01a3c83eddb8c9c47032d543c59944b8c37f0 /recipes-devtools
parentaeaa15a942ad9987ab2fe77bc20bd2ed47703dc0 (diff)
downloadmeta-clang-3237e56acab832434d30caf36c65fc860e8778f1.tar.gz
castxml: Upgrade to tip of trunk
To fix compile with clang16 its needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/castxml/castxml_0.5.1.bb (renamed from recipes-devtools/castxml/castxml_0.4.5.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/castxml/castxml_0.4.5.bb b/recipes-devtools/castxml/castxml_0.5.1.bb
index e7ba2f7..b3e4a18 100644
--- a/recipes-devtools/castxml/castxml_0.4.5.bb
+++ b/recipes-devtools/castxml/castxml_0.5.1.bb
@@ -4,7 +4,9 @@ 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 = "7ef4b1e35480a09c18b0c4afc230b558a0f53bc0" 7SRCREV = "6d5a3c62ce28fa930456d64c0cfe338e9e3ae08e"
8
9PV .= "+0.5.2+${SRCPV}"
8 10
9S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
10 12