summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/castxml
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-07-03 17:02:31 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-03 10:11:54 -0700
commitad6eff05afc30d981af7b3575b5b9ecd48fbed74 (patch)
tree0ca82e0c13aa8ef1210156c50373f09051ea889f /recipes-devtools/castxml
parent2ef9449dc02fa010b0f8d235bebe118e13bdaf60 (diff)
downloadmeta-clang-master.tar.gz
castxml/include-what-you-use: remove incorrect S settingsHEADmaster
Due to recent UNPACKDIR/S change in oe-core, the S settings in these two recipes are no longer valid and are causing errors. Remove them. Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'recipes-devtools/castxml')
-rw-r--r--recipes-devtools/castxml/castxml_0.6.11.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/castxml/castxml_0.6.11.bb b/recipes-devtools/castxml/castxml_0.6.11.bb
index 7eccc77..69663e0 100644
--- a/recipes-devtools/castxml/castxml_0.6.11.bb
+++ b/recipes-devtools/castxml/castxml_0.6.11.bb
@@ -6,8 +6,6 @@ SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master"
6 6
7SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" 7SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f"
8 8
9S = "${WORKDIR}/git"
10
11DEPENDS = "clang" 9DEPENDS = "clang"
12inherit cmake pkgconfig python3native 10inherit cmake pkgconfig python3native
13 11