]> code.ossystems Code Review - openembedded-core.git/commitdiff
stress-ng: upgrade 0.13.00 -> 0.13.06
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 2 Nov 2021 08:42:43 +0000 (09:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Nov 2021 11:11:07 +0000 (11:11 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch [deleted file]
meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb [moved from meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb with 85% similarity]

diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch
deleted file mode 100644 (file)
index 21a410f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From 2386cd8f907b379ae5cc1ce2888abef7d30e709a Mon Sep 17 00:00:00 2001
-From: Alexander Kanavin <alex@linutronix.de>
-Date: Sat, 23 Oct 2021 20:20:59 +0200
-Subject: [PATCH] Makefile: do not write the timestamp into compressed manpage.
-
-This helps reproducibility.
-
-Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/156]
-Signed-off-by: Alexander Kanavin <alex@linutronix.de>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 886018f9..f4290f9c 100644
---- a/Makefile
-+++ b/Makefile
-@@ -468,7 +468,7 @@ git-commit-id.h:
- $(OBJS): stress-ng.h Makefile
- stress-ng.1.gz: stress-ng.1
--      $(V)gzip -c $< > $@
-+      $(V)gzip -n -c $< > $@
- .PHONY: dist
- dist:
similarity index 85%
rename from meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb
index f01e7b24334b754a9f5ac8d1197de7149b048e31..4c4d8a9c575d0dd6d5022f768607a46afc219422 100644 (file)
@@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
-           file://0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch \
            "
-SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc"
+SRCREV = "97fc3d7795bd36a516b5ec80a9ef85d682d234ca"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native"