aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lmbench
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-06-02 10:55:54 -0700
committerTom Rini <tom_rini@mentor.com>2011-06-02 10:56:46 -0700
commit28cb4be9d217f04d09b12d1083d816c694da575b (patch)
tree3f6a8124b85bf1cd78e2edc9d8e232ce66b34ede /recipes/lmbench
parentc55a2839e10beee6baf587afebdbf9c490d41ea3 (diff)
downloadopenembedded-28cb4be9d217f04d09b12d1083d816c694da575b.tar.gz
lmbench: Add missing end-quote
Noticed by Paul Menzel. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/lmbench')
-rw-r--r--recipes/lmbench/lmbench_3.0-a9.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/lmbench/lmbench_3.0-a9.bb b/recipes/lmbench/lmbench_3.0-a9.bb
index e84ab475c7..a430a59b6b 100644
--- a/recipes/lmbench/lmbench_3.0-a9.bb
+++ b/recipes/lmbench/lmbench_3.0-a9.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Tools for performance analysis."
LICENSE = "GPL"
RDEPENDS_${PN} = "debianutils"
-PR = "r5"
+PR = "r6"
inherit autotools
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8
S = "${WORKDIR}/lmbench-${PV}"
-EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" RANLIB="${RANLIB} CFLAGS="${CFLAGS}" \
+EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" RANLIB="${RANLIB}" CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" LD="${LD}" OS="${TARGET_SYS}" \
TARGET="${TARGET_OS}" BASE="${prefix}"'