summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-09-02 23:13:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-03 09:44:30 +0100
commit760d36f070a339791e8a7317dff1da6823f78b7c (patch)
tree6bd10054fc054efd4371703764f7b9d877b6ba4c /meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb
parent91e65c54db42941462d5d5504a01423b9571f97f (diff)
downloadpoky-760d36f070a339791e8a7317dff1da6823f78b7c.tar.gz
stress-ng: upgrade 0.11.18 -> 0.11.19
(From OE-Core rev: bc03f9220fe18f4ae2a4c7bc8f7edfc752d3cbd4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb b/meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb
new file mode 100644
index 0000000000..f1af99e512
--- /dev/null
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.11.19.bb
@@ -0,0 +1,27 @@
1SUMMARY = "System load testing utility"
2DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
3imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
4HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
10 file://no_daddr_t.patch \
11 "
12SRC_URI[sha256sum] = "a50b753f00a9c880eda4f9d72bb82e37149ac24fab4265212e101926a1c20868"
13
14DEPENDS = "coreutils-native"
15
16PROVIDES = "stress"
17RPROVIDES_${PN} = "stress"
18RREPLACES_${PN} = "stress"
19RCONFLICTS_${PN} = "stress"
20
21inherit bash-completion
22
23do_install() {
24 oe_runmake DESTDIR=${D} install
25 ln -s stress-ng ${D}${bindir}/stress
26}
27