[oe-commits] Saul Wold : sysstat: upgrade to 10.1.7

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 14:35:57 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 849fbd50a52f1aa0330b47993d38a0f7812977c7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=849fbd50a52f1aa0330b47993d38a0f7812977c7

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sat Sep 14 08:31:24 2013 +0000

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 at linux.intel.com>

---

 ...-Makefile-to-allow-for-parallel-execution.patch |   34 --------------------
 meta/recipes-extended/sysstat/sysstat.inc          |    4 +-
 meta/recipes-extended/sysstat/sysstat_10.1.6.bb    |    6 ---
 meta/recipes-extended/sysstat/sysstat_10.1.7.bb    |    6 +++
 4 files changed, 8 insertions(+), 42 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 c82b19c..0000000
--- 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 at windriver.com>
-
-From eb44730094a68f4d37d95ddc3480a5972619b43f Mon Sep 17 00:00:00 2001
-From: Sebastien GODARD <sysstat at 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 at 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
-
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index ac3c89b..af1fa0c 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -5,8 +5,8 @@ LICENSE = "GPLv2+"
 SECTION = "console/utils"
 
 SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
-		   file://99_sysstat \
-		   file://0001-Update-Makefile-to-allow-for-parallel-execution.patch "
+           file://99_sysstat \
+          "
 
 inherit autotools gettext
 
diff --git a/meta/recipes-extended/sysstat/sysstat_10.1.6.bb b/meta/recipes-extended/sysstat/sysstat_10.1.6.bb
deleted file mode 100644
index 2a003c8..0000000
--- a/meta/recipes-extended/sysstat/sysstat_10.1.6.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require sysstat.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-
-SRC_URI[md5sum] = "909135c84e36d780d501274e7450f924"
-SRC_URI[sha256sum] = "236c6ac3136706019170ea55426f9ae016092214a5f27d9b2f373418e433d9df"
diff --git a/meta/recipes-extended/sysstat/sysstat_10.1.7.bb b/meta/recipes-extended/sysstat/sysstat_10.1.7.bb
new file mode 100644
index 0000000..50c1301
--- /dev/null
+++ b/meta/recipes-extended/sysstat/sysstat_10.1.7.bb
@@ -0,0 +1,6 @@
+require sysstat.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+
+SRC_URI[md5sum] = "112c8cc92114c961709d09f6afa537bd"
+SRC_URI[sha256sum] = "1772c9c7431376458f3e7ba252c2dda88bbdc4b1cfc6f94f3d810e23e5fdac77"



More information about the Openembedded-commits mailing list