diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.13.0.bb | 2 | ||||
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.9.4.bb | 2 |
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 | ||
15 | RDEPENDS_${PN} += "bash python3 python3-core" | 15 | RDEPENDS_${PN} += "bash python3 python3-core xz" |
16 | 16 | ||
17 | SRC_URI = "gitsm://github.com/iovisor/bcc \ | 17 | SRC_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 | ||
13 | RDEPENDS_${PN} += "bash python3" | 13 | RDEPENDS_${PN} += "bash python3 xz" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/iovisor/bpftrace \ | 15 | SRC_URI = "git://github.com/iovisor/bpftrace \ |
16 | " | 16 | " |