From f9a2051ea638d24e7339a0878c64acdeb1525aca Mon Sep 17 00:00:00 2001 From: Sumit Garg Date: Wed, 8 Dec 2021 10:52:09 +0530 Subject: bcc: Add explicit dependency on flex target recipe While building bcc for the target it depends on flex target recipe. So add that dependency explicity. Signed-off-by: Sumit Garg --- dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb index e92de91..d9b476d 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb @@ -7,6 +7,7 @@ inherit cmake python3native manpages DEPENDS += "bison-native \ flex-native \ + flex \ elfutils \ ${LUAJIT} \ clang \ -- cgit v1.2.3-54-g00ecf