summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-09-07 11:45:47 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-07 10:39:05 -0700
commit0bbb4abf18108c456913c8ad7c25af5bf835bb4a (patch)
tree7885ca7cf2a63e04826ad9e4c2e74093b1da1a0d /dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
parent09e448e13853e8bce535967454cf08e62e76c6c0 (diff)
downloadmeta-clang-0bbb4abf18108c456913c8ad7c25af5bf835bb4a.tar.gz
bcc: CMakeLists.txt: don't modify .gitconfig on build host nor try to update git submodules
* bitbake fetcher will correctly handle safe.directory issues and blazesym or libbpf submodules are managed by gitsm:// fetcher we don't want to call git from CMake in do_configure * prevents many safe.directory entries in users .gitconfig when bcc was built in many different TMPDIRs added in https://github.com/iovisor/bcc/pull/4186 causing: [safe] directory = /OE/build/oe-core/tmp-glibc/work/cortexa57-oe-linux/bcc/0.28.0+git/git directory = /OE/build/oe-core/tmp-glibc/work/cortexa57-oe-linux/bcc/0.28.0+git/git/libbpf-tools/blazesym to be added for every TMPDIR where it was built Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb')
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
index 105995d..230c4de 100644
--- a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
@@ -30,6 +30,7 @@ SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \
30 file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ 30 file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \
31 file://0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch \ 31 file://0001-Vendor-just-enough-extra-headers-to-allow-libbpf-to-.patch \
32 file://0001-tests-cc-Use-c-14-standard.patch \ 32 file://0001-tests-cc-Use-c-14-standard.patch \
33 file://0001-CMakeLists.txt-don-t-modify-.gitconfig-on-build-host.patch \
33 file://run-ptest \ 34 file://run-ptest \
34 file://ptest_wrapper.sh \ 35 file://ptest_wrapper.sh \
35 " 36 "