diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-07-03 17:02:31 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-03 10:11:54 -0700 |
commit | ad6eff05afc30d981af7b3575b5b9ecd48fbed74 (patch) | |
tree | 0ca82e0c13aa8ef1210156c50373f09051ea889f | |
parent | 2ef9449dc02fa010b0f8d235bebe118e13bdaf60 (diff) | |
download | meta-clang-ad6eff05afc30d981af7b3575b5b9ecd48fbed74.tar.gz |
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>
-rw-r--r-- | recipes-devtools/castxml/castxml_0.6.11.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb | 2 |
2 files changed, 0 insertions, 4 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 | ||
7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" | 7 | SRCREV = "f38c024b395187814f14f77974d8f5240bb2e71f" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | DEPENDS = "clang" | 9 | DEPENDS = "clang" |
12 | inherit cmake pkgconfig python3native | 10 | inherit cmake pkgconfig python3native |
13 | 11 | ||
diff --git a/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb b/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb index 9ba16b6..7c4392f 100644 --- a/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb +++ b/recipes-devtools/include-what-you-use/include-what-you-use_0.23.bb | |||
@@ -15,8 +15,6 @@ SRCREV = "fa1094c0b3848f82244778bc6153cc84f8a890f6" | |||
15 | 15 | ||
16 | PV .= "+git" | 16 | PV .= "+git" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit cmake python3native | 18 | inherit cmake python3native |
21 | 19 | ||
22 | EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" | 20 | EXTRA_OECMAKE = "-DIWYU_RESOURCE_RELATIVE_TO=iwyu" |