diff options
author | Sumit Garg <sumit.garg@linaro.org> | 2021-12-08 10:52:09 +0530 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-09 08:45:54 -0800 |
commit | fc5389393adb005b519e488e9e6be4fc5791239c (patch) | |
tree | 68b0107cc1ddb3251cd1a86471db09148fc636f3 | |
parent | 826f7287ffb8ae87bd843ecfe4a21a661bb03294 (diff) | |
download | meta-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.bb | 1 |
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 | ||
8 | DEPENDS += "bison-native \ | 8 | DEPENDS += "bison-native \ |
9 | flex-native \ | 9 | flex-native \ |
10 | flex \ | ||
10 | elfutils \ | 11 | elfutils \ |
11 | ${LUAJIT} \ | 12 | ${LUAJIT} \ |
12 | clang \ | 13 | clang \ |