summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb (renamed from meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb b/meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb
index 9e506a8709..43eeeeace7 100644
--- a/meta-oe/recipes-devtools/castxml/castxml_0.6.13.bb
+++ b/meta-oe/recipes-devtools/castxml/castxml_0.7.0.bb
@@ -2,7 +2,7 @@ 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
5SRCREV = "13e1572729981289a7a96d762960994134f73f76" 5SRCREV = "2d52b47cfd88b703d3247f77bb7c3ad7372bc9cb"
6SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}" 6SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}"
7 7
8DEPENDS = "clang" 8DEPENDS = "clang"