summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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
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')
-rw-r--r--recipes-devtools/castxml/castxml_0.6.11.bb12
-rw-r--r--recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb24
2 files changed, 0 insertions, 36 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"
diff --git a/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb b/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb
deleted file mode 100644
index 7c4392f..0000000
--- a/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "Include What You Use (IWYU) - Clang based checker for C/C++ header includes"
2DESCRIPTION = "For every symbol (type, function, variable, or macro) that you \
3 use in foo.cc (or foo.cpp), either foo.cc or foo.h should \
4 include a .h file that exports the declaration of that symbol."
5HOMEPAGE = "https://include-what-you-use.org"
6BUGTRACKER = "https://github.com/include-what-you-use/include-what-you-use/issues"
7LICENSE = "NCSA"
8LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \
9 file://iwyu-check-license-header.py;md5=7bdb749831163fbe9232b3cb7186116f"
10
11DEPENDS = "clang"
12
13SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=master"
14SRCREV = "fa1094c0b3848f82244778bc6153cc84f8a890f6"
15
16PV .= "+git"
17
18inherit cmake python3native
19
20EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu"
21
22FILES:${PN} += "${datadir}/${BPN}"
23
24BBCLASSEXTEND = "nativesdk"