summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-04-17 13:52:48 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-11 22:16:30 -0700
commit5260892ee10e86666d3a134bc7bb72118a04b829 (patch)
tree8deb22b465e25403e93774410a922bfb3bbd72ae /dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb
parent2c9678cce413fa6c6c84a8a631f4635a4f862f11 (diff)
downloadmeta-clang-walnascar.tar.gz
bpftrace: fix an intermitent compile failurewalnascar
A missing dependency causes intermitent compile failure: git/src/functions.h:9:10: fatal error: location.hh: No such file or directory 9 | #include "location.hh" This location.hh is generated by target parser Signed-off-by: Changqing Li <changqing.li@windriver.com>
Diffstat (limited to 'dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb')
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/bpftrace/bpftrace_0.23.0.bb1
1 files changed, 1 insertions, 0 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 e52e5c9..5fde87e 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
@@ -21,6 +21,7 @@ PV .= "+git"
21SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.23.x;protocol=https \ 21SRC_URI = "git://github.com/iovisor/bpftrace;branch=release/0.23.x;protocol=https \
22 file://run-ptest \ 22 file://run-ptest \
23 file://0002-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \ 23 file://0002-CMakeLists.txt-allow-to-set-BISON_FLAGS-like-l.patch \
24 file://0001-Fix-build-failures-due-to-missing-location.hh.patch \
24" 25"
25SRCREV = "01e806d24c61f996f1809e1e991646311499db4f" 26SRCREV = "01e806d24c61f996f1809e1e991646311499db4f"
26 27