diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-23 08:27:23 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-23 08:27:23 +0200 |
commit | 05386b063841e29f03ec301c111250391cdc52b4 (patch) | |
tree | b8822457d3f643e7b465ef8157749ddb877db755 | |
parent | 955a41e2dfa229b9c08073fd0491d7960aaaa741 (diff) |
nbnench-byte: fix QA errors
-rw-r--r-- | recipes/nbench-byte/nbench-byte_2.2.3.bb | 3 |
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 } |