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/castxml | |
| 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/castxml')
| -rw-r--r-- | recipes-devtools/castxml/castxml_0.6.11.bb | 12 |
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 @@ | |||
| 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" | ||
