diff options
Diffstat (limited to 'meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb b/meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb new file mode 100644 index 0000000000..43eeeeace7 --- /dev/null +++ b/meta-oe/recipes-devtools/castxml/castxml_0.7.0.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 | SRCREV = "2d52b47cfd88b703d3247f77bb7c3ad7372bc9cb" | ||
| 6 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}" | ||
| 7 | |||
| 8 | DEPENDS = "clang" | ||
| 9 | |||
| 10 | inherit cmake pkgconfig python3native | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
