mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
b13d766b0c
commit
2b928a42ff
|
|
@ -2,9 +2,5 @@ FILESEXTRAPATHS_prepend_intel-x86-common := "${THISDIR}/files:"
|
|||
|
||||
LLVM_TARGETS_TO_BUILD = "X86"
|
||||
|
||||
do_install_append_intel-x86-common() {
|
||||
DESTDIR=${D} ninja -v install-cmake-exports
|
||||
}
|
||||
|
||||
LIBCPLUSPLUS = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user