aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nbench-byte
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-23 08:27:23 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-23 08:27:23 +0200
commit05386b063841e29f03ec301c111250391cdc52b4 (patch)
treeb8822457d3f643e7b465ef8157749ddb877db755 /recipes/nbench-byte
parent955a41e2dfa229b9c08073fd0491d7960aaaa741 (diff)
downloadopenembedded-05386b063841e29f03ec301c111250391cdc52b4.tar.gz
nbnench-byte: fix QA errors
Diffstat (limited to 'recipes/nbench-byte')
-rw-r--r--recipes/nbench-byte/nbench-byte_2.2.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/nbench-byte/nbench-byte_2.2.3.bb b/recipes/nbench-byte/nbench-byte_2.2.3.bb
index 4a5fa24dad..76699ba4ab 100644
--- a/recipes/nbench-byte/nbench-byte_2.2.3.bb
+++ b/recipes/nbench-byte/nbench-byte_2.2.3.bb
@@ -8,6 +8,9 @@ SECTION = "console/utils"
SRC_URI = "http://www.tux.org/~mayer/linux/${PN}-${PV}.tar.gz \
file://nbench_32bits.patch;patch=1"
+PR = "r1"
+
+TARGET_CC_ARCH += "${CFLAGS} ${LDFLAGS}"
do_compile() {
oe_runmake
}