From f017f4196041d3d72810c9a60ccae7665dc6c067 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Sun, 15 Mar 2020 11:34:48 +0000 Subject: bpftrace: Add dependency on gzip-native Fix the following do_compile error: ... GZIP-NOTFOUND -c /bpftrace/0.9.4-r0/git/man/man8/bashreadline.8 > bpftrace/0.9.4-r0/build/man/man8/bashreadline.8.gz 16 /bin/sh: 1: GZIP-NOTFOUND: not found ... Signed-off-by: Ovidiu Panait --- recipes-devtools/bpftrace/bpftrace_0.9.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/bpftrace/bpftrace_0.9.4.bb b/recipes-devtools/bpftrace/bpftrace_0.9.4.bb index c6feecf..c0b3c66 100644 --- a/recipes-devtools/bpftrace/bpftrace_0.9.4.bb +++ b/recipes-devtools/bpftrace/bpftrace_0.9.4.bb @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" DEPENDS += "bison-native \ flex-native \ + gzip-native \ elfutils \ bcc \ " -- cgit v1.2.3-54-g00ecf