diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-29 18:14:14 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-29 22:02:54 -0700 |
| commit | 19edc370c7fbeba53a92835ae8fc3cb2157729f2 (patch) | |
| tree | fc1edae28b8ae49eac0816c981915ded9ba6c331 /meta-oe/recipes-devtools | |
| parent | 5a4d1bc71344da6b86ba5b89abcb7478f017736a (diff) | |
| download | meta-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." | |||
| 2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" | 5 | SRCREV = "13e1572729981289a7a96d762960994134f73f76" |
| 6 | 6 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}" | |
| 7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" | ||
| 8 | 7 | ||
| 9 | DEPENDS = "clang" | 8 | DEPENDS = "clang" |
| 9 | |||
| 10 | inherit cmake pkgconfig python3native | 10 | inherit cmake pkgconfig python3native |
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
