summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml/castxml_0.6.4.20240205.bb
blob: 3ff360c7b1de8cdc3f07ee59f1050ee4402a640e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "C-family abstract syntax tree XML output tool."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master"

SRCREV = "1a460924d456d9983082d615e0df5f797fdeb635"

S = "${WORKDIR}/git"

DEPENDS = "clang"
inherit cmake cmake-native pkgconfig python3native

BBCLASSEXTEND = "native nativesdk"