mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02: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"
|
LLVM_TARGETS_TO_BUILD = "X86"
|
||||||
|
|
||||||
do_install_append_intel-x86-common() {
|
|
||||||
DESTDIR=${D} ninja -v install-cmake-exports
|
|
||||||
}
|
|
||||||
|
|
||||||
LIBCPLUSPLUS = ""
|
LIBCPLUSPLUS = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user