summaryrefslogtreecommitdiffstats
path: root/recipes/iozone3
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-08-18 21:47:29 -0700
committerKoen Kooi <koen@openembedded.org>2009-08-19 11:54:34 +0200
commitad48abd78117ce2eb89861479a79dd45c4d9eb66 (patch)
tree09889102edc99031d701171610e8c365806b203e /recipes/iozone3
parent4064329427534c48699e630a8c5e32b2e8c5c30b (diff)
downloadopenembedded-ad48abd78117ce2eb89861479a79dd45c4d9eb66.tar.gz
iozone3: fix GNU_HASH related build failure
Diffstat (limited to 'recipes/iozone3')
-rw-r--r--recipes/iozone3/iozone3_263.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/iozone3/iozone3_263.bb b/recipes/iozone3/iozone3_263.bb
index c32e1daf4e..2f3d345789 100644
--- a/recipes/iozone3/iozone3_263.bb
+++ b/recipes/iozone3/iozone3_263.bb
@@ -4,6 +4,8 @@ AUTHOR = "Don Capps <don.capps2@verizon.net>, William D. Norcott <wnorcott@us.or
SECTION = "console/tests"
LICENSE = "${PN}"
+PR = "r1"
+
SRC_URI = "http://www.iozone.org/src/current/iozone3_263.tar \
file://copyright.txt \
file://fileop-arm.patch;patch=1"
@@ -12,6 +14,8 @@ S = "${WORKDIR}/${PN}_${PV}/src/current/"
EXTRA_OEMAKE = "linux-arm CC='${CC}'"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_install() {
install -d ${D}${bindir} \
${D}${mandir}/man1 \