mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
intel-gpu-tools: Disbale build for MUSL
Currently this program uses a SIGEV_THREAD_ID and structure that is not fully supported by MUSL, so disable this target for MUSL Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
9d4da3577d
commit
fe301af4c7
|
|
@ -23,6 +23,7 @@ PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind,libun
|
|||
|
||||
EXTRA_OECONF = "--disable-nouveau --disable-shader-debugger"
|
||||
COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux"
|
||||
COMPATIBLE_HOST_libc-musl_class-target = "null"
|
||||
|
||||
gputools_sysroot_preprocess() {
|
||||
rm -f ${SYSROOT_DESTDIR}${libdir}/pkgconfig/intel-gen4asm.pc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user