mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
castxml: Upgrade to 0.6.13 release
Fixes build with clang-21 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+3
-3
@@ -2,11 +2,11 @@ SUMMARY = "C-family abstract syntax tree XML output tool."
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master"
|
SRCREV = "13e1572729981289a7a96d762960994134f73f76"
|
||||||
|
SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master;tag=v${PV}"
|
||||||
SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f"
|
|
||||||
|
|
||||||
DEPENDS = "clang"
|
DEPENDS = "clang"
|
||||||
|
|
||||||
inherit cmake pkgconfig python3native
|
inherit cmake pkgconfig python3native
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Reference in New Issue
Block a user