diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-15 18:53:34 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:39:45 +0200 |
commit | 5a23581c40768b60f90f4800c4dd3f6e67dd10e1 (patch) | |
tree | 240d5829e3cbe1089bbbff521fc5ea7ae28a1dac /meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |
parent | 2b257f1b35039d646a084b766e0434ab0b787f64 (diff) | |
download | meta-openembedded-5a23581c40768b60f90f4800c4dd3f6e67dd10e1.tar.gz |
tiobench: Fix build using GCC 5.2
Drop 'inline' of crc32 function to fix build using GCC 5.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb index 3267de2a0..35af35fd3 100644 --- a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb +++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |||
@@ -9,6 +9,7 @@ SRC_URI = "\ | |||
9 | http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${BP}.tar.gz \ | 9 | http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${BP}.tar.gz \ |
10 | file://tiobench-makefile.patch \ | 10 | file://tiobench-makefile.patch \ |
11 | file://avoid-glibc-clashes.patch \ | 11 | file://avoid-glibc-clashes.patch \ |
12 | file://0001-Drop-inline-of-crc32-function-to-fix-build-using-GCC.patch \ | ||
12 | " | 13 | " |
13 | SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" | 14 | SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" |
14 | SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" | 15 | SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" |