diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2023-05-16 15:03:06 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-05-17 09:45:24 +0800 |
commit | a19fda659afc05b7767d7e3adaefd0c0610a055c (patch) | |
tree | 4840082f85b8f6c93ec34593ee20f208c1e59d5d /dynamic-layers/openembedded-layer/recipes-oneapi | |
parent | f709b3f2b05e2ac73c6734dc2a213382b5eaf579 (diff) | |
download | meta-intel-a19fda659afc05b7767d7e3adaefd0c0610a055c.tar.gz |
ispc: fix recipe
There are few problems in current recipe:
(1)
ispc needs to invoke native llvm-config from target sysroot to list LLVM
lib libraries. clang already provides crossscripts/llvm-config, which does
the job.
However, using LLVM_TOOLS_BINARY_DIR leads to wrong llvm-config being
used. So remove it from search path for llvm-config.
(2)
Error:
ispc/1.17.0-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux/x86_64-poky-linux-ld:
ispc/1.17.0-r0/recipe-sysroot-native/usr/lib/libclang-cpp.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.30'
error: linker command failed with exit code 1 (use -v to see invocation)
Native libraries were being linked to target libraries leading to this
failure. Fix and cleanup DEPENDS/RDEPENDS.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi')
0 files changed, 0 insertions, 0 deletions