From af0451d6e302a12f6b26100d8931bf489c3e812f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 7 Mar 2025 19:36:26 -0800 Subject: castxml: Upgrade to 0.6.11 Signed-off-by: Khem Raj --- recipes-devtools/castxml/castxml_0.6.11.bb | 14 ++++++++++++++ recipes-devtools/castxml/castxml_0.6.4.20240205.bb | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 recipes-devtools/castxml/castxml_0.6.11.bb delete mode 100644 recipes-devtools/castxml/castxml_0.6.4.20240205.bb diff --git a/recipes-devtools/castxml/castxml_0.6.11.bb b/recipes-devtools/castxml/castxml_0.6.11.bb new file mode 100644 index 0000000..cd6e004 --- /dev/null +++ b/recipes-devtools/castxml/castxml_0.6.11.bb @@ -0,0 +1,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 = "f38c024b395187814f14f77974d8f5240bb2e71f" + +S = "${WORKDIR}/git" + +DEPENDS = "clang" +inherit cmake cmake-native pkgconfig python3native + +BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/castxml/castxml_0.6.4.20240205.bb b/recipes-devtools/castxml/castxml_0.6.4.20240205.bb deleted file mode 100644 index 3ff360c..0000000 --- a/recipes-devtools/castxml/castxml_0.6.4.20240205.bb +++ /dev/null @@ -1,14 +0,0 @@ -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" -- cgit v1.2.3-54-g00ecf