From 85bc62cc5e8b70bf48adf022017f383af3ae1d41 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 2 Nov 2021 09:42:43 +0100 Subject: stress-ng: upgrade 0.13.00 -> 0.13.06 (From OE-Core rev: 6e87b43f1fec8430529d22b5c0c970afdc39b9f5) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- ...-not-write-the-timestamp-into-compressed-.patch | 26 --------------------- .../stress-ng/stress-ng_0.13.00.bb | 27 ---------------------- .../stress-ng/stress-ng_0.13.06.bb | 26 +++++++++++++++++++++ 3 files changed, 26 insertions(+), 53 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stress-ng/0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch delete mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb create mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb 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 @@ -From 2386cd8f907b379ae5cc1ce2888abef7d30e709a Mon Sep 17 00:00:00 2001 -From: Alexander Kanavin -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 ---- - 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: diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb deleted file mode 100644 index f01e7b2433..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "System load testing utility" -DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ -imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." -HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" -LICENSE = "GPLv2" -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" -S = "${WORKDIR}/git" - -DEPENDS = "coreutils-native" - -PROVIDES = "stress" -RPROVIDES:${PN} = "stress" -RREPLACES:${PN} = "stress" -RCONFLICTS:${PN} = "stress" - -inherit bash-completion - -do_install() { - oe_runmake DESTDIR=${D} install - ln -s stress-ng ${D}${bindir}/stress -} diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb new file mode 100644 index 0000000000..4c4d8a9c57 --- /dev/null +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb @@ -0,0 +1,26 @@ +SUMMARY = "System load testing utility" +DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ +imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." +HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" +LICENSE = "GPLv2" +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 \ + " +SRCREV = "97fc3d7795bd36a516b5ec80a9ef85d682d234ca" +S = "${WORKDIR}/git" + +DEPENDS = "coreutils-native" + +PROVIDES = "stress" +RPROVIDES:${PN} = "stress" +RREPLACES:${PN} = "stress" +RCONFLICTS:${PN} = "stress" + +inherit bash-completion + +do_install() { + oe_runmake DESTDIR=${D} install + ln -s stress-ng ${D}${bindir}/stress +} -- cgit v1.2.3-54-g00ecf