diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-02-18 13:54:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-08 08:54:59 -0800 |
commit | 3237e56acab832434d30caf36c65fc860e8778f1 (patch) | |
tree | e9b01a3c83eddb8c9c47032d543c59944b8c37f0 | |
parent | aeaa15a942ad9987ab2fe77bc20bd2ed47703dc0 (diff) | |
download | meta-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>
-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 | ||
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 | SRCREV = "7ef4b1e35480a09c18b0c4afc230b558a0f53bc0" | 7 | SRCREV = "6d5a3c62ce28fa930456d64c0cfe338e9e3ae08e" |
8 | |||
9 | PV .= "+0.5.2+${SRCPV}" | ||
8 | 10 | ||
9 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
10 | 12 | ||