]> code.ossystems Code Review - openembedded-core.git/commit
multilib_header: Do not install mutlilib headers for musl
authorKhem Raj <raj.khem@gmail.com>
Thu, 29 May 2014 07:01:03 +0000 (00:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 May 2014 15:31:22 +0000 (16:31 +0100)
commitdad1c2746326912db41a3ff180679cdfe0e844f9
tree939b77386c5d43c7e3276f4d993711a062e601e0
parent797ef28c55a30f1b465ce512fffa4e06c7f1c658
multilib_header: Do not install mutlilib headers for musl

musl is not multilib and this creates trouble. eg. when
util-linux probes for ncurses it does not find it because
ncurses has installed the multilibbed header and this
header includes bits/wordsize.h and this header does not
exist on musl systems. If and when musl adds multilib
support we will revisit it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib_header.bbclass