]> code.ossystems Code Review - openembedded-core.git/commit
glibc: use oe_multilib_header on bits/floatn.h
authorChen Qi <Qi.Chen@windriver.com>
Fri, 20 Apr 2018 09:07:34 +0000 (17:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:03:25 +0000 (10:03 +0100)
commit43792d7aadc981efc2f0dffa1728d2e84ad7f8a7
treeaa990cdce1216c79b4b915c6909df3c0f0d5b501
parent4cdb26e62ae81a038d0f942ecc3c713c2d472fbb
glibc: use oe_multilib_header on bits/floatn.h

When building SDK via populate_sdk for qemuarm64 with multilib
enabled, we would have conflict about bits/floatn.h at populate_sdk
time.

  file /usr/include/bits/floatn.h conflicts between attempted ins
talls of libc6-dev-2.27-r0.aarch64 and lib32-libc6-dev-2.27-r0.armv7vehf_vfp

Apply oe_multilib_header on this header file to fix the problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/glibc/glibc-package.inc