diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-15 12:38:15 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-16 08:51:14 -0700 |
| commit | e2fadd5d35c8705e29b26c3f272ee7e9d099ec61 (patch) | |
| tree | 8050ad38e21a743e0f2afa4cafdd230aa3ca8529 /recipes-devtools | |
| parent | b18bc173e9dcdd5a6338f4353f287f4a28fc14b8 (diff) | |
| download | meta-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.bb | 12 | ||||
| -rw-r--r-- | recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb | 24 |
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 @@ | |||
| 1 | SUMMARY = "C-family abstract syntax tree XML output tool." | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 4 | |||
| 5 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" | ||
| 6 | |||
| 7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" | ||
| 8 | |||
| 9 | DEPENDS = "clang" | ||
| 10 | inherit cmake pkgconfig python3native | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "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 @@ | |||
| 1 | SUMMARY = "Include What You Use (IWYU) - Clang based checker for C/C++ header includes" | ||
| 2 | DESCRIPTION = "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." | ||
| 5 | HOMEPAGE = "https://include-what-you-use.org" | ||
| 6 | BUGTRACKER = "https://github.com/include-what-you-use/include-what-you-use/issues" | ||
| 7 | LICENSE = "NCSA" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=3bb66a14534286912cd6f26649b5c60a \ | ||
| 9 | file://iwyu-check-license-header.py;md5=7bdb749831163fbe9232b3cb7186116f" | ||
| 10 | |||
| 11 | DEPENDS = "clang" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/include-what-you-use/include-what-you-use.git;protocol=https;branch=master" | ||
| 14 | SRCREV = "fa1094c0b3848f82244778bc6153cc84f8a890f6" | ||
| 15 | |||
| 16 | PV .= "+git" | ||
| 17 | |||
| 18 | inherit cmake python3native | ||
| 19 | |||
| 20 | EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" | ||
| 21 | |||
| 22 | FILES:${PN} += "${datadir}/${BPN}" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "nativesdk" | ||
