Skip to content

Commit

Permalink
bpftrace: Fix v0.18.0 build with PTEST_ENABLED
Browse files Browse the repository at this point in the history
Building bpftrace tests after upgrade requires pahole and llvm-objcopy.

Signed-off-by: Michal Wojcik <[email protected]>
  • Loading branch information
miwojcik authored and kraj committed Jul 21, 2023
1 parent f045005 commit bf6c02a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ DEPENDS += "bison-native \
libcereal \
libbpf \
"
DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'pahole-native llvm-native', '', d)}"

PV .= "+git${SRCREV}"
RDEPENDS:${PN} += "bash python3 xz"
Expand Down

0 comments on commit bf6c02a

Please sign in to comment.