summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorHarish Sadineni <Harish.Sadineni@windriver.com>2025-07-02 00:35:39 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-02 09:43:30 -0700
commit63af6bca4b908458c6cf3043bfd41f9b60dfa37a (patch)
tree74004f135ddd89ccb688628a26839437cf5ab444 /dynamic-layers/meta-python/recipes-devtools
parent7d0f79dbe7141da74d3c397278515a08bd983113 (diff)
downloadmeta-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/recipes-devtools')
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.33.0.bb2
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
33PV .= "+git" 33PV .= "+git"
34 34
35S = "${WORKDIR}/git"
36
37PACKAGECONFIG ??= "examples" 35PACKAGECONFIG ??= "examples"
38PACKAGECONFIG:remove:libc-musl = "examples" 36PACKAGECONFIG:remove:libc-musl = "examples"
39 37