summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb
diff options
context:
space:
mode:
authorWentao Zhang <wentao.zhang@windriver.com>2023-12-18 08:46:29 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-21 14:26:03 -0800
commit96cef7e6cfe46bd0e7a39c123cd9522f464545d3 (patch)
tree62a327e0e9e7b44355d8fcb14c5caf06da739365 /dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb
parent3c5cfd154aa42206a78b22317d363846aa3d4283 (diff)
downloadmeta-clang-96cef7e6cfe46bd0e7a39c123cd9522f464545d3.tar.gz
bpftrace: Replace python with python3 in ptest
"runtime:call" in ptest gets the following FAILED: | python: No such file or directory Replace python with python3 in this ptest item. Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb
index 3d58832..e560112 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.18.0.bb
@@ -20,6 +20,7 @@ RDEPENDS:${PN} += "bash python3 xz"
20SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ 20SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \
21 file://0001-cmake-Raise-max-llvm-major-version-to-16.patch \ 21 file://0001-cmake-Raise-max-llvm-major-version-to-16.patch \
22 file://0001-Adjust-to-build-with-llvm-17.patch \ 22 file://0001-Adjust-to-build-with-llvm-17.patch \
23 file://0001-replace-python-with-python3-in-the-test.patch \
23 file://run-ptest \ 24 file://run-ptest \
24" 25"
25SRCREV = "e199c7e73da84bff9fe744d1e3402c2b505aa5a2" 26SRCREV = "e199c7e73da84bff9fe744d1e3402c2b505aa5a2"