summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml/castxml_0.6.4.20240205.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/castxml/castxml_0.6.4.20240205.bb')
-rw-r--r--recipes-devtools/castxml/castxml_0.6.4.20240205.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-devtools/castxml/castxml_0.6.4.20240205.bb b/recipes-devtools/castxml/castxml_0.6.4.20240205.bb
new file mode 100644
index 0000000..3ff360c
--- /dev/null
+++ b/recipes-devtools/castxml/castxml_0.6.4.20240205.bb
@@ -0,0 +1,14 @@
1SUMMARY = "C-family abstract syntax tree XML output tool."
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4
5SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master"
6
7SRCREV = "1a460924d456d9983082d615e0df5f797fdeb635"
8
9S = "${WORKDIR}/git"
10
11DEPENDS = "clang"
12inherit cmake cmake-native pkgconfig python3native
13
14BBCLASSEXTEND = "native nativesdk"