summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-08-29 18:14:14 -0700
committerKhem Raj <raj.khem@gmail.com>2025-08-29 22:02:54 -0700
commit19edc370c7fbeba53a92835ae8fc3cb2157729f2 (patch)
treefc1edae28b8ae49eac0816c981915ded9ba6c331 /meta-oe/recipes-devtools
parent5a4d1bc71344da6b86ba5b89abcb7478f017736a (diff)
downloadmeta-openembedded-19edc370c7fbeba53a92835ae8fc3cb2157729f2.tar.gz
castxml: Upgrade to 0.6.13 release
Fixes build with clang-21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb (renamed from meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb b/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb
index 69663e01ab..9e506a8709 100644
--- a/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb
+++ b/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb
@@ -2,11 +2,11 @@ SUMMARY = "C-family abstract syntax tree XML output tool."
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4 4
5SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" 5SRCREV = "13e1572729981289a7a96d762960994134f73f76"
6 6SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}"
7SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f"
8 7
9DEPENDS = "clang" 8DEPENDS = "clang"
9
10inherit cmake pkgconfig python3native 10inherit cmake pkgconfig python3native
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"