]> code.ossystems Code Review - openembedded-core.git/commit
mesa: Fix build on musl
authorKhem Raj <raj.khem@gmail.com>
Fri, 26 Feb 2016 06:48:00 +0000 (06:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:41 +0000 (11:32 +0000)
commitb759afa08e339126c4e8b7e2aa87ed0c9f4b5d0d
treea217cbe130261e48a9a1e4eac648363150b2f0e6
parent375c26ce229cd9dc90b5e7c4b8e6d52d832b606e
mesa: Fix build on musl

It assumes __GLIBC__ where it could actually check for linux
and include non-glibc C library implementations like musl which
provide __BYTE_ORDER macros as well when computing system endianness

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/mesa/files/replace_glibc_check_with_linux.patch [new file with mode: 0644]
meta/recipes-graphics/mesa/mesa_11.1.1.bb