summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bcc/bcc_0.13.0.bb
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-03-03 21:19:45 +0200
committerKhem Raj <raj.khem@gmail.com>2020-03-04 19:31:09 -0800
commit653bea6d3b478ad50b0c6576d8543cdc11dfc808 (patch)
tree9b27616aeb61510142403fd7d271fd473e662c58 /recipes-devtools/bcc/bcc_0.13.0.bb
parent8d8da26055e9f6b61f5a61da7d191c2b54944b33 (diff)
downloadmeta-clang-653bea6d3b478ad50b0c6576d8543cdc11dfc808.tar.gz
bcc: Remove cross-compilation cmake patch
Commit ab686950af8d was integrated to fix this particular issue, so this patch is not needed anymore. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Diffstat (limited to 'recipes-devtools/bcc/bcc_0.13.0.bb')
-rw-r--r--recipes-devtools/bcc/bcc_0.13.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/bcc/bcc_0.13.0.bb b/recipes-devtools/bcc/bcc_0.13.0.bb
index 6c92b17..c5aeb29 100644
--- a/recipes-devtools/bcc/bcc_0.13.0.bb
+++ b/recipes-devtools/bcc/bcc_0.13.0.bb
@@ -17,7 +17,6 @@ DEPENDS += "bison-native \
17RDEPENDS_${PN} += "bash python3 python3-core" 17RDEPENDS_${PN} += "bash python3 python3-core"
18 18
19SRC_URI = "git://github.com/iovisor/bcc \ 19SRC_URI = "git://github.com/iovisor/bcc \
20 file://0001-Allow-to-build-with-OE-LLVM-cross-compiled-package.patch \
21 " 20 "
22SRCREV = "942227484d3207f6a42103674001ef01fb5335a0" 21SRCREV = "942227484d3207f6a42103674001ef01fb5335a0"
23 22