summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2020-04-28 21:10:24 +0800
committerKhem Raj <raj.khem@gmail.com>2020-04-28 11:15:05 -0700
commit76bca8285e1f9def4e390334aafcd8da8c4b34c7 (patch)
treec4d600d7e24eb47298efb12d7abe5acb928ad0c5
parent5e867eeaeafee978411ea654aa7c9afbf736a14c (diff)
downloadmeta-clang-76bca8285e1f9def4e390334aafcd8da8c4b34c7.tar.gz
bcc bpftrace: Add xz to RDEPENDS
bcc and bpftrace require xz to extract /sys/kernel/kheaders.tar.xz, otherwise the tools would fail as below. tar (child): xz: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now Signed-off-by: He Zhe <zhe.he@windriver.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.13.0.bb2
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.9.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.13.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.13.0.bb
index 115084e..b4b5a92 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.13.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.13.0.bb
@@ -12,7 +12,7 @@ DEPENDS += "bison-native \
12 clang \ 12 clang \
13 " 13 "
14 14
15RDEPENDS_${PN} += "bash python3 python3-core" 15RDEPENDS_${PN} += "bash python3 python3-core xz"
16 16
17SRC_URI = "gitsm://github.com/iovisor/bcc \ 17SRC_URI = "gitsm://github.com/iovisor/bcc \
18 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ 18 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.9.4.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
index c0b3c66..ad044fd 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.9.4.bb
@@ -10,7 +10,7 @@ DEPENDS += "bison-native \
10 bcc \ 10 bcc \
11 " 11 "
12 12
13RDEPENDS_${PN} += "bash python3" 13RDEPENDS_${PN} += "bash python3 xz"
14 14
15SRC_URI = "git://github.com/iovisor/bpftrace \ 15SRC_URI = "git://github.com/iovisor/bpftrace \
16 " 16 "