clang: remove do_install append

There is no need to invoke the cmake target explicitly now to have cmake
files installed. Remove the append to do_install doing that.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2019-09-18 17:21:34 +08:00
parent b13d766b0c
commit 2b928a42ff

View File

@ -2,9 +2,5 @@ FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/files:"
LLVM_TARGETS_TO_BUILD = "X86" LLVM_TARGETS_TO_BUILD = "X86"
do_install_append_intel-x86-common() {
DESTDIR=${D} ninja -v install-cmake-exports
}
LIBCPLUSPLUS = "" LIBCPLUSPLUS = ""