mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
itt: allow compilation with musl
ITT compiles fine with musl now so remove the COMPATIBLE_HOST check. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
4b9d6cbc33
commit
4abd867159
|
@ -20,8 +20,6 @@ inherit pkgconfig cmake
|
|||
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release"
|
||||
EXTRA_OECMAKE += "${@oe.utils.conditional('TARGET_ARCH','x86_64','','-DFORCE_32=ON',d)}"
|
||||
|
||||
COMPATIBLE_HOST_libc-musl_class-target = "null"
|
||||
|
||||
do_install() {
|
||||
install -d -m 755 ${D}${libdir} ${D}${includedir}/ittnotify
|
||||
install -m 644 ${B}/bin/*.a ${D}${libdir}
|
||||
|
|
Loading…
Reference in New Issue
Block a user