summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzop/lzop_1.03.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-08-16 11:30:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-19 18:05:35 +0100
commit71e18354198276fa7a9c4d343693bec90ec9b50d (patch)
treeed5728e4ab090c71f0d3aa4ae4499dc94eafdf81 /meta/recipes-support/lzop/lzop_1.03.bb
parentde17216dd99b79999e8b145b63a540e79dd522e3 (diff)
downloadpoky-71e18354198276fa7a9c4d343693bec90ec9b50d.tar.gz
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 (From OE-Core rev: 73bcb12743537e8b0e047b0783dc8f5bb2f62db6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzop/lzop_1.03.bb')
-rw-r--r--meta/recipes-support/lzop/lzop_1.03.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/lzop/lzop_1.03.bb b/meta/recipes-support/lzop/lzop_1.03.bb
index 1fcd81df6c..07d628908a 100644
--- a/meta/recipes-support/lzop/lzop_1.03.bb
+++ b/meta/recipes-support/lzop/lzop_1.03.bb
@@ -13,7 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dfeaf3dc4beef4f5a7bdbc35b197f39e \
13 13
14SRC_URI = "http://www.lzop.org/download/${BP}.tar.gz \ 14SRC_URI = "http://www.lzop.org/download/${BP}.tar.gz \
15 file://acinclude.m4 \ 15 file://acinclude.m4 \
16 file://x32_abi_miniacc_h.patch " 16 file://x32_abi_miniacc_h.patch \
17 file://0001-use-static-inlines-as-the-external-inline-definition.patch \
18 "
17SRC_URI[md5sum] = "006c5e27fb78cdd14a628fdfa5aa1905" 19SRC_URI[md5sum] = "006c5e27fb78cdd14a628fdfa5aa1905"
18SRC_URI[sha256sum] = "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9" 20SRC_URI[sha256sum] = "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9"
19 21