From: Alexander Kanavin Date: Fri, 10 Mar 2017 11:24:19 +0000 (+0200) Subject: glibc: do the multilib_header magic also for bits/long-double.h X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b19882e2f50089c785b1e2591550356c12a175;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc: do the multilib_header magic also for bits/long-double.h Otherwise it will cause conflicts in mutlilib setting, as it varies from one machine to another. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index a674c237993..5316bb1fdbf 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc @@ -82,7 +82,7 @@ do_install_append () { rmdir --ignore-fail-on-non-empty ${D}${libexecdir} fi - oe_multilib_header bits/syscall.h + oe_multilib_header bits/syscall.h bits/long-double.h if [ -f ${D}${bindir}/mtrace ]; then sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' -e '2s,exec.*perl,exec ${USRBINPATH}/env perl,' ${D}${bindir}/mtrace