diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/update-config-script.patch')
-rw-r--r-- | meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/update-config-script.patch | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/update-config-script.patch b/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/update-config-script.patch index b46e09ad15..44bc7bbcde 100644 --- a/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/update-config-script.patch +++ b/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/update-config-script.patch | |||
@@ -1,8 +1,18 @@ | |||
1 | From aca1a59d888421c1fc553229b8049be47e8b3ddf Mon Sep 17 00:00:00 2001 | ||
2 | From: Chunrong Guo <b40290@freescale.com> | ||
3 | Date: Fri, 1 Mar 2013 09:50:42 +0000 | ||
4 | Subject: [PATCH] lmbench: update config script | ||
5 | |||
1 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
2 | Index: lmbench-3.0-a9/scripts/config | 7 | |
3 | =================================================================== | 8 | --- |
4 | --- lmbench-3.0-a9/scripts/config 2000-01-31 18:29:31.000000000 -0600 | 9 | scripts/config | 2 +- |
5 | +++ lmbench-3.0-a9/scripts/config 2013-03-01 00:19:41.032984315 -0600 | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
11 | |||
12 | diff --git a/scripts/config b/scripts/config | ||
13 | index b58cb60..25d9d77 100755 | ||
14 | --- a/scripts/config | ||
15 | +++ b/scripts/config | ||
6 | @@ -3,5 +3,5 @@ | 16 | @@ -3,5 +3,5 @@ |
7 | UNAME=`uname -n 2>/dev/null` | 17 | UNAME=`uname -n 2>/dev/null` |
8 | if [ X$UNAME = X ] | 18 | if [ X$UNAME = X ] |