]> code.ossystems Code Review - openembedded-core.git/commit
lzop: Fix build with gcc5 on ppc
authorKhem Raj <raj.khem@gmail.com>
Sun, 16 Aug 2015 18:30:03 +0000 (11:30 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Aug 2015 16:57:50 +0000 (17:57 +0100)
commit73bcb12743537e8b0e047b0783dc8f5bb2f62db6
treed2f554753aee3d50af0c337cbc5c8c83cb002598
parent39a9d16a94954d6ba8c90c705801f21ae81fbaf7
lzop: Fix build with gcc5 on ppc

It seems all other architectures provide their own definitions for these
functions like __ACC_UA_GET_LE16 and this code is exposed only on ppc
this is the typical extern inline ( gnu definition ) version c99
semantics, lets use static inline which works both ways

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/lzop/lzop/0001-use-static-inlines-as-the-external-inline-definition.patch [new file with mode: 0644]
meta/recipes-support/lzop/lzop_1.03.bb