meta-openembedded/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb
Khem Raj 19edc370c7
castxml: Upgrade to 0.6.13 release
Fixes build with clang-21

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-08-29 22:02:54 -07:00

13 lines
387 B
BlitzBasic

SUMMARY = "C-family abstract syntax tree XML output tool."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "13e1572729981289a7a96d762960994134f73f76"
SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}"
DEPENDS = "clang"
inherit cmake pkgconfig python3native
BBCLASSEXTEND = "native nativesdk"