castxml: Add recipe from meta-clang

Moved the recipe to meta-oe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-07-15 12:41:17 -07:00
parent 1db713b038
commit 306a69531d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"