summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-06 13:33:07 -0800
committerKhem Raj <raj.khem@gmail.com>2023-03-08 08:54:59 -0800
commita61880a0c0372f3341d711828230e7c862434499 (patch)
tree5da7870f4c4479f32aa5a310e94e9be8fddd6b35 /dynamic-layers
parent6398278e30111a0eb2eed92f41a24b5c2e09206b (diff)
downloadmeta-clang-a61880a0c0372f3341d711828230e7c862434499.tar.gz
bcc: Add missing dependency to get zip utility during build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb
index 3c65cc7..180b0f7 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb
@@ -7,6 +7,7 @@ inherit cmake python3native manpages ptest
7 7
8DEPENDS += "bison-native \ 8DEPENDS += "bison-native \
9 flex-native \ 9 flex-native \
10 zip-native \
10 flex \ 11 flex \
11 elfutils \ 12 elfutils \
12 ${LUAJIT} \ 13 ${LUAJIT} \