summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb (renamed from meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb b/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb
index 69663e01ab..9e506a8709 100644
--- a/meta-oe/recipes-devtools/castxml/castxml_0.6.11.bb
+++ b/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb
@@ -2,11 +2,11 @@ SUMMARY = "C-family abstract syntax tree XML output tool."
2LICENSE = "Apache-2.0" 2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
4 4
5SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" 5SRCREV = "13e1572729981289a7a96d762960994134f73f76"
6 6SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}"
7SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f"
8 7
9DEPENDS = "clang" 8DEPENDS = "clang"
9
10inherit cmake pkgconfig python3native 10inherit cmake pkgconfig python3native
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"