summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb12
1 files changed, 12 insertions, 0 deletions
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 @@
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 = "f38c024b395187814f14f77974d8f5240bb2e71f"
8
9DEPENDS = "clang"
10inherit cmake pkgconfig python3native
11
12BBCLASSEXTEND = "native nativesdk"