summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-15 12:38:15 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-16 08:51:14 -0700
commite2fadd5d35c8705e29b26c3f272ee7e9d099ec61 (patch)
tree8050ad38e21a743e0f2afa4cafdd230aa3ca8529 /recipes-devtools/castxml
parentb18bc173e9dcdd5a6338f4353f287f4a28fc14b8 (diff)
downloadmeta-clang-e2fadd5d35c8705e29b26c3f272ee7e9d099ec61.tar.gz
bcc,bpftrace,castxml,include-what-you-use: Delete
These recipes are moved into meta-oe layer for wider use. They depend on clang and clang is now moved to oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/castxml')
-rw-r--r--recipes-devtools/castxml/castxml_0.6.11.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-devtools/castxml/castxml_0.6.11.bb b/recipes-devtools/castxml/castxml_0.6.11.bb
deleted file mode 100644
index 69663e0..0000000
--- a/recipes-devtools/castxml/castxml_0.6.11.bb
+++ /dev/null
@@ -1,12 +0,0 @@
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"