[oe-commits] Steve Sakoman : iozone3: fix GNU_HASH related build failure

git version control git at git.openembedded.org
Wed Aug 19 09:55:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ad48abd78117ce2eb89861479a79dd45c4d9eb66
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ad48abd78117ce2eb89861479a79dd45c4d9eb66

Author: Steve Sakoman <steve at sakoman.com>
Date:   Tue Aug 18 21:47:29 2009 -0700

iozone3: fix GNU_HASH related build failure

---

 recipes/iozone3/iozone3_263.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/iozone3/iozone3_263.bb b/recipes/iozone3/iozone3_263.bb
index c32e1da..2f3d345 100644
--- a/recipes/iozone3/iozone3_263.bb
+++ b/recipes/iozone3/iozone3_263.bb
@@ -4,6 +4,8 @@ AUTHOR = "Don Capps <don.capps2 at verizon.net>, William D. Norcott <wnorcott at 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 \





More information about the Openembedded-commits mailing list