diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-02 09:42:43 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-03 11:12:25 +0000 |
| commit | 85bc62cc5e8b70bf48adf022017f383af3ae1d41 (patch) | |
| tree | 8fd1994cbda50532e28dc5ea6078416196075b83 | |
| parent | 5845d1b0f92011ec69e46ba078165e410bb225da (diff) | |
| download | poky-85bc62cc5e8b70bf48adf022017f383af3ae1d41.tar.gz | |
stress-ng: upgrade 0.13.00 -> 0.13.06
(From OE-Core rev: 6e87b43f1fec8430529d22b5c0c970afdc39b9f5)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch | 26 | ||||
| -rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb) | 3 |
2 files changed, 1 insertions, 28 deletions
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 index 21a410f605..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From 2386cd8f907b379ae5cc1ce2888abef7d30e709a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Alexander Kanavin <alex@linutronix.de> | ||
| 3 | Date: Sat, 23 Oct 2021 20:20:59 +0200 | ||
| 4 | Subject: [PATCH] Makefile: do not write the timestamp into compressed manpage. | ||
| 5 | |||
| 6 | This helps reproducibility. | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/156] | ||
| 9 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
| 10 | --- | ||
| 11 | Makefile | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/Makefile b/Makefile | ||
| 15 | index 886018f9..f4290f9c 100644 | ||
| 16 | --- a/Makefile | ||
| 17 | +++ b/Makefile | ||
| 18 | @@ -468,7 +468,7 @@ git-commit-id.h: | ||
| 19 | $(OBJS): stress-ng.h Makefile | ||
| 20 | |||
| 21 | stress-ng.1.gz: stress-ng.1 | ||
| 22 | - $(V)gzip -c $< > $@ | ||
| 23 | + $(V)gzip -n -c $< > $@ | ||
| 24 | |||
| 25 | .PHONY: dist | ||
| 26 | dist: | ||
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb index f01e7b2433..4c4d8a9c57 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb | |||
| @@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ | 8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ |
| 9 | file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ | 9 | file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ |
| 10 | file://0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch \ | ||
| 11 | " | 10 | " |
| 12 | SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc" | 11 | SRCREV = "97fc3d7795bd36a516b5ec80a9ef85d682d234ca" |
| 13 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 14 | 13 | ||
| 15 | DEPENDS = "coreutils-native" | 14 | DEPENDS = "coreutils-native" |
