From 583c71b23bafc1cdac254c42662ce7f56963798e Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Tue, 3 Mar 2020 21:56:47 +0200 Subject: bcc: Remove unneeded dependencies Signed-off-by: Ovidiu Panait --- recipes-devtools/bcc/bcc_0.13.0.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'recipes-devtools') 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" inherit cmake python3native DEPENDS += "bison-native \ - ninja-native \ - elfutils-native \ flex-native \ - ${MLPREFIX}elfutils \ - ${MLPREFIX}binutils \ - ${MLPREFIX}flex \ + elfutils \ luajit \ clang \ " -- cgit v1.2.3-54-g00ecf