[oe-commits] Tom Rini : lmbench: Add missing end-quote

git version control git at git.openembedded.org
Thu Jun 2 17:58:17 UTC 2011


Module: openembedded.git
Branch: master
Commit: 28cb4be9d217f04d09b12d1083d816c694da575b
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=28cb4be9d217f04d09b12d1083d816c694da575b

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Jun  2 10:55:54 2011 -0700

lmbench: Add missing end-quote

Noticed by Paul Menzel.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/lmbench/lmbench_3.0-a9.bb |    4 ++--
 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 e84ab47..a430a59 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}"'
 





More information about the Openembedded-commits mailing list