lmbench: update config script

*fix bug that can not find  CONFIG file
      |error: run ./results|./results: line 15: .: CONFIG.p2041rdb: file not found
      * update CONFIG file path

Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Chunrong Guo
2013-03-01 09:50:42 +00:00
committed by Martin Jansa
parent 4a30b26bf5
commit d6a9923be4
2 changed files with 14 additions and 1 deletions
@@ -0,0 +1,12 @@
Upstream-Status: Pending
Index: lmbench-3.0-a9/scripts/config
===================================================================
--- lmbench-3.0-a9/scripts/config 2000-01-31 18:29:31.000000000 -0600
+++ lmbench-3.0-a9/scripts/config 2013-03-01 00:19:41.032984315 -0600
@@ -3,5 +3,5 @@
UNAME=`uname -n 2>/dev/null`
if [ X$UNAME = X ]
then echo CONFIG
-else echo CONFIG.$UNAME
+else echo ../scripts/CONFIG.$UNAME
fi
@@ -7,13 +7,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
inherit autotools
PR = "r1"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
file://lmbench-run \
file://rename-line-binary.patch \
file://update-results-script.patch \
file://obey-ranlib.patch \
file://update-config-script.patch \
"
SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf"
SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551"