summaryrefslogtreecommitdiffstats
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:54 -0800
commitfc5389393adb005b519e488e9e6be4fc5791239c (patch)
tree68b0107cc1ddb3251cd1a86471db09148fc636f3
parent826f7287ffb8ae87bd843ecfe4a21a661bb03294 (diff)
downloadmeta-clang-fc5389393adb005b519e488e9e6be4fc5791239c.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>
-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 43e828b..0e76fc0 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 \