diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-15 12:41:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-16 08:47:51 -0700 |
commit | 306a69531da2a2c33edb0f37ca12d9bcac9736e1 (patch) | |
tree | 6cae13a061e135a936b1eab1f96a03b9cbc31470 | |
parent | 1db713b038cfeeb37b8c571950d7354c88eeac8c (diff) | |
download | meta-openembedded-306a69531da2a2c33edb0f37ca12d9bcac9736e1.tar.gz |
castxml: Add recipe from meta-clang
Moved the recipe to meta-oe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb | 12 |
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 @@ | |||
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" | ||