diff options
author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2025-07-02 00:38:22 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-02 09:43:30 -0700 |
commit | 944524b4ba2a756d578f5e7469113f9f5ddd2a26 (patch) | |
tree | 3c6e4dcc9a19f7df468293766cf95b1950c0d18a /dynamic-layers/meta-python/recipes-devtools | |
parent | 63af6bca4b908458c6cf3043bfd41f9b60dfa37a (diff) | |
download | meta-clang-944524b4ba2a756d578f5e7469113f9f5ddd2a26.tar.gz |
bpftrace: 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/bpftrace/bpftrace_0.23.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb b/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb index 5fde87e..bd3b772 100644 --- a/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb +++ b/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb | |||
@@ -25,8 +25,6 @@ SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.23.x;protocol=http | |||
25 | " | 25 | " |
26 | SRCREV = "01e806d24c61f996f1809e1e991646311499db4f" | 26 | SRCREV = "01e806d24c61f996f1809e1e991646311499db4f" |
27 | 27 | ||
28 | S = "${WORKDIR}/git" | ||
29 | |||
30 | inherit bash-completion cmake ptest pkgconfig | 28 | inherit bash-completion cmake ptest pkgconfig |
31 | 29 | ||
32 | PACKAGECONFIG ?= " \ | 30 | PACKAGECONFIG ?= " \ |