Merge pull request #184 from bkylerussell/rm-do-compile

rust-llvm: remove custom do_compile
This commit is contained in:
Tyler Hall
2018-01-24 13:45:24 -05:00
committed by GitHub
-4
View File
@@ -35,10 +35,6 @@ do_compile_prepend_class-target() {
sed -i 's:/lib\>:/${baselib}:g' ${S}/tools/llvm-config/llvm-config.cpp
}
do_compile() {
oe_runmake
}
do_install_append_class-target() {
# Disable checks on the native tools, since these should came from the native recipe
sed -i -e 's/\(.*APPEND.*_IMPORT_CHECK_FILES_FOR_.*{_IMPORT_PREFIX}\/bin\/.*\)/#\1/' ${D}/usr/share/llvm/cmake/LLVMExports-noconfig.cmake