aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-09-14 08:31:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-18 15:46:14 +0100
commit849fbd50a52f1aa0330b47993d38a0f7812977c7 (patch)
tree4b9e8552daab9c06040ad5146c23c0223ba8d5c1 /meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch
parent0ce598e60015ad75a97fd0250266d0dd591100b4 (diff)
downloadopenembedded-core-contrib-849fbd50a52f1aa0330b47993d38a0f7812977c7.tar.gz
sysstat: upgrade to 10.1.7
Remove patch that was backported and from verion we updated to Also cleanup white space Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch')
-rw-r--r--meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch b/meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch
deleted file mode 100644
index c82b19cf10..0000000000
--- a/meta/recipes-extended/sysstat/files/0001-Update-Makefile-to-allow-for-parallel-execution.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Upstream-Status: Backport
-Signed-off-by: Roy.Li <rongqing.li@windriver.com>
-
-From eb44730094a68f4d37d95ddc3480a5972619b43f Mon Sep 17 00:00:00 2001
-From: Sebastien GODARD <sysstat@orange.fr.fake>
-Date: Sat, 22 Jun 2013 14:08:40 +0200
-Subject: [PATCH] Update Makefile to allow for parallel execution
-
-Rewrite rule for librdstats.a in Makefile to prevent possible file
-corruption when using make -j.
-
-Signed-off-by: Sebastien GODARD <sysstat@orange.fr.fake>
----
- Makefile.in | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index f8e6159..159cacf 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -202,7 +202,9 @@ sadf_misc.o: sadf_misc.c sadf.h sa.h
- libsyscom.a: common.o ioconf.o
- $(AR) rvs $@ $?
-
--librdstats.a: librdstats.a(rd_stats.o count.o)
-+# Ditto
-+librdstats.a: rd_stats.o count.o
-+ $(AR) rvs $@ $?
-
- librdsensors.a: librdsensors.a(rd_sensors.o)
-
---
-1.7.10.4
-