summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2022-05-19 09:23:45 +0000
committerKhem Raj <raj.khem@gmail.com>2022-05-27 11:54:02 -0700
commit229e28a6a061cb78d9f31c253ee8e741a093ab8d (patch)
tree76b52262944583cbfd467e83c7692d0bbb975895 /dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
parenta49a75be369d564e3d641216add16277537aac85 (diff)
downloadmeta-clang-229e28a6a061cb78d9f31c253ee8e741a093ab8d.tar.gz
bcc: Fixes to allow libbpf to be de-vendored
De-vendoring libbpf resolves a SEGV everytime we run bpftrace. Unfortunately it is not currently possible to de-vendor libbpf because bcc does not build. Fix this with brute force and ignorance... and in a seperate patch so this can be treated as an explanation of the problem and ripped out in favour of the right fix. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
index 9ad2d01..b5e3fe3 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
@@ -24,6 +24,7 @@ SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \
24 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ 24 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \
25 file://0001-tools-trace.py-Fix-failing-to-exit.patch \ 25 file://0001-tools-trace.py-Fix-failing-to-exit.patch \
26 file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ 26 file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \
27 file://0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch \
27 " 28 "
28 29
29SRCREV = "8f40d6f57a8d94e7aee74ce358572d34d31b4ed4" 30SRCREV = "8f40d6f57a8d94e7aee74ce358572d34d31b4ed4"