mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
stress-ng: convert to git, website is down
(From OE-Core rev: 0bc00868993d7093a70f29de9047f9ae0be33836) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ec582c412d
commit
3d399b7b08
@@ -0,0 +1,26 @@
|
|||||||
|
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:
|
||||||
@@ -1,14 +1,16 @@
|
|||||||
SUMMARY = "System load testing utility"
|
SUMMARY = "System load testing utility"
|
||||||
DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
|
DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
|
||||||
imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
|
imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
|
||||||
HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
|
HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
|
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https \
|
||||||
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
|
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
|
||||||
|
file://0001-Makefile-do-not-write-the-timestamp-into-compressed-.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "1cefe4a3057c1522b146e62f61b80ce6e2e99da2d85ebe25bc03fc45228e58cd"
|
SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc"
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "coreutils-native"
|
DEPENDS = "coreutils-native"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user