From a61880a0c0372f3341d711828230e7c862434499 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 6 Mar 2023 13:33:07 -0800 Subject: bcc: Add missing dependency to get zip utility during build Signed-off-by: Khem Raj --- dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.26.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'dynamic-layers') 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 DEPENDS += "bison-native \ flex-native \ + zip-native \ flex \ elfutils \ ${LUAJIT} \ -- cgit v1.2.3-54-g00ecf