summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorMichal Wojcik <michal.wojcik@linaro.org>2023-07-18 18:18:48 +0200
committerKhem Raj <raj.khem@gmail.com>2023-07-20 19:11:38 -0700
commitbf6c02a47fb2ffec735df6c7dd642432f3681337 (patch)
treed3afbd9f602278a4979abd7094338bc0c5facccb /dynamic-layers
parentf045005ebd56cba98b82b32d99e6b06c85eaba3e (diff)
downloadmeta-clang-bf6c02a47fb2ffec735df6c7dd642432f3681337.tar.gz
bpftrace: Fix v0.18.0 build with PTEST_ENABLED
Building bpftrace tests after upgrade requires pahole and llvm-objcopy. Signed-off-by: Michal Wojcik <michal.wojcik@linaro.org>
Diffstat (limited to 'dynamic-layers')
-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 48cd315..d0c85b4 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
@@ -12,6 +12,7 @@ DEPENDS += "bison-native \
12 libcereal \ 12 libcereal \
13 libbpf \ 13 libbpf \
14 " 14 "
15DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'pahole-native llvm-native', '', d)}"
15 16
16PV .= "+git${SRCREV}" 17PV .= "+git${SRCREV}"
17RDEPENDS:${PN} += "bash python3 xz" 18RDEPENDS:${PN} += "bash python3 xz"