summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-03-03 21:56:47 +0200
committerKhem Raj <raj.khem@gmail.com>2020-03-04 19:31:09 -0800
commit583c71b23bafc1cdac254c42662ce7f56963798e (patch)
tree28f585bdf32f954ed5005e6276c5ea805556654d
parent69291f7a5dfc3747ecd4f9c0d2d3b5915285ee60 (diff)
downloadmeta-clang-583c71b23bafc1cdac254c42662ce7f56963798e.tar.gz
bcc: Remove unneeded dependencies
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
-rw-r--r--recipes-devtools/bcc/bcc_0.13.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-devtools/bcc/bcc_0.13.0.bb b/recipes-devtools/bcc/bcc_0.13.0.bb
index 058baa3..ce9f718 100644
--- a/recipes-devtools/bcc/bcc_0.13.0.bb
+++ b/recipes-devtools/bcc/bcc_0.13.0.bb
@@ -6,12 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e"
6inherit cmake python3native 6inherit cmake python3native
7 7
8DEPENDS += "bison-native \ 8DEPENDS += "bison-native \
9 ninja-native \
10 elfutils-native \
11 flex-native \ 9 flex-native \
12 ${MLPREFIX}elfutils \ 10 elfutils \
13 ${MLPREFIX}binutils \
14 ${MLPREFIX}flex \
15 luajit \ 11 luajit \
16 clang \ 12 clang \
17 " 13 "