From 306a69531da2a2c33edb0f37ca12d9bcac9736e1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 15 Jul 2025 12:41:17 -0700 Subject: castxml: Add recipe from meta-clang Moved the recipe to meta-oe Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb diff --git a/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb b/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb new file mode 100644 index 0000000000..69663e01ab --- /dev/null +++ b/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb @@ -0,0 +1,12 @@ +SUMMARY = "C-family abstract syntax tree XML output tool." +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" + +SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" + +DEPENDS = "clang" +inherit cmake pkgconfig python3native + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf