diff options
author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2025-07-02 00:35:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-02 09:43:30 -0700 |
commit | 63af6bca4b908458c6cf3043bfd41f9b60dfa37a (patch) | |
tree | 74004f135ddd89ccb688628a26839437cf5ab444 /dynamic-layers/meta-python | |
parent | 7d0f79dbe7141da74d3c397278515a08bd983113 (diff) | |
download | meta-clang-63af6bca4b908458c6cf3043bfd41f9b60dfa37a.tar.gz |
bcc: drop S assignment
Drop S assignment which is now being rejected by OE /
bitbake.
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Diffstat (limited to 'dynamic-layers/meta-python')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.33.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.33.0.bb b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.33.0.bb index d414f6f..c4da9d9 100644 --- a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.33.0.bb +++ b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.33.0.bb | |||
@@ -32,8 +32,6 @@ SRCREV = "92e32ff8a06616779f3a3191b75da6881d59fd17" | |||
32 | 32 | ||
33 | PV .= "+git" | 33 | PV .= "+git" |
34 | 34 | ||
35 | S = "${WORKDIR}/git" | ||
36 | |||
37 | PACKAGECONFIG ??= "examples" | 35 | PACKAGECONFIG ??= "examples" |
38 | PACKAGECONFIG:remove:libc-musl = "examples" | 36 | PACKAGECONFIG:remove:libc-musl = "examples" |
39 | 37 | ||