aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/memtester/files/Makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-benchmark/memtester/files/Makefile.patch')
-rw-r--r--meta-oe/recipes-benchmark/memtester/files/Makefile.patch23
1 files changed, 18 insertions, 5 deletions
diff --git a/meta-oe/recipes-benchmark/memtester/files/Makefile.patch b/meta-oe/recipes-benchmark/memtester/files/Makefile.patch
index 57a04642a6..971e52ac7f 100644
--- a/meta-oe/recipes-benchmark/memtester/files/Makefile.patch
+++ b/meta-oe/recipes-benchmark/memtester/files/Makefile.patch
@@ -1,8 +1,18 @@
-Index: memtester-4.0.5/Makefile
-===================================================================
---- memtester-4.0.5.orig/Makefile 2005-03-14 06:02:30.000000000 -0800
-+++ memtester-4.0.5/Makefile 2006-07-08 23:53:42.000000000 -0700
-@@ -24,8 +24,8 @@
+From 9a950b14b9f7767d83e5faac2e1e8203c500e2c2 Mon Sep 17 00:00:00 2001
+From: Rod Whitby <rod@whitby.id.au>
+Date: Tue, 25 Oct 2011 18:43:50 -0500
+Subject: [PATCH] memtester: Added patch to Makefile to change no-longer-supported 'head -1' syntax to 'head -n 1'.
+
+Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
+---
+ Makefile | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index a271bf5..6bccff3 100644
+--- a/Makefile
++++ b/Makefile
+@@ -32,8 +32,8 @@ install: all
auto-ccld.sh: \
conf-cc conf-ld warn-auto.sh
( cat warn-auto.sh; \
@@ -13,3 +23,6 @@ Index: memtester-4.0.5/Makefile
) > auto-ccld.sh
compile: \
+--
+1.7.0.4
+