summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorSumit Garg <sumit.garg@linaro.org>2021-12-08 10:52:09 +0530
committerKhem Raj <raj.khem@gmail.com>2021-12-09 08:45:44 -0800
commitf9a2051ea638d24e7339a0878c64acdeb1525aca (patch)
tree48366fbb4e9589b10256ea7e607e9c01342f12fb /dynamic-layers
parenta5b4347ea079e4fd2e35a7d4f327d292d2c9abcd (diff)
downloadmeta-clang-f9a2051ea638d24e7339a0878c64acdeb1525aca.tar.gz
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 <sumit.garg@linaro.org>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb1
1 files changed, 1 insertions, 0 deletions
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
7 7
8DEPENDS += "bison-native \ 8DEPENDS += "bison-native \
9 flex-native \ 9 flex-native \
10 flex \
10 elfutils \ 11 elfutils \
11 ${LUAJIT} \ 12 ${LUAJIT} \
12 clang \ 13 clang \