iozone3: fix GNU_HASH related build failure
authorSteve Sakoman <steve@sakoman.com>
Wed, 19 Aug 2009 04:47:29 +0000 (21:47 -0700)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Aug 2009 09:54:34 +0000 (11:54 +0200)
recipes/iozone3/iozone3_263.bb

index c32e1da..2f3d345 100644 (file)
@@ -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 \