diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-08-03 18:43:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-07 12:21:24 +0200 |
commit | 5d9de465ca73850bea3f0b76de3d74d6ab6f9b4b (patch) | |
tree | 51d14b5a0f2432aac933c25e0af28fd71baadf15 /meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |
parent | 71781e217a873bade740bc726fb7f5fe3000b633 (diff) | |
download | meta-openembedded-5d9de465ca73850bea3f0b76de3d74d6ab6f9b4b.tar.gz |
tiobench: fix aligned allocation method clash with newer glibc
glibc 2.16 added aligned allocation support to stdlib and those
function clashes with the local implementation done in tiobench. We
fix it using a '_' prefix on those.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 | 3 |
1 files changed, 3 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 3b77b38c2..5b95ac0c9 100644 --- a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb +++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |||
@@ -3,9 +3,12 @@ HOMEPAGE = "http://sourceforge.net/projects/tiobench/" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |
5 | 5 | ||
6 | PR = "r1" | ||
7 | |||
6 | SRC_URI = "\ | 8 | SRC_URI = "\ |
7 | http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${P}.tar.gz \ | 9 | http://sourceforge.net/projects/tiobench/files/tiobench/${PV}/${P}.tar.gz \ |
8 | file://tiobench-makefile.patch \ | 10 | file://tiobench-makefile.patch \ |
11 | file://avoid-glibc-clashes.patch \ | ||
9 | " | 12 | " |
10 | SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" | 13 | SRC_URI[md5sum] = "bf485bf820e693c79e6bd2a38702a128" |
11 | SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" | 14 | SRC_URI[sha256sum] = "8ad011059a35ac70cdb5e3d3999ceee44a8e8e9078926844b0685b7ea9db2bcc" |