From: Koen Kooi Date: Tue, 23 Jun 2009 06:27:23 +0000 (+0200) Subject: nbnench-byte: fix QA errors X-Git-Tag: Release-2010-05/1~3077 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05386b063841e29f03ec301c111250391cdc52b4;p=openembedded.git nbnench-byte: fix QA errors --- 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 }