diff options
| -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." | |||
| 2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 4 | 4 | ||
| 5 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" | 5 | SRCREV = "13e1572729981289a7a96d762960994134f73f76" |
| 6 | 6 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}" | |
| 7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" | ||
| 8 | 7 | ||
| 9 | DEPENDS = "clang" | 8 | DEPENDS = "clang" |
| 9 | |||
| 10 | inherit cmake pkgconfig python3native | 10 | inherit cmake pkgconfig python3native |
| 11 | 11 | ||
| 12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
