summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-08-18 12:53:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-19 10:57:44 +0100
commit255c900701411a5c8787d7e30a176a5cef548b90 (patch)
tree72ae7a73a8ec6158713bad99e6aec42cdee5f6de /meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
parent073ef419d5d12b2eb9722cf2cf951cf25f4f043e (diff)
downloadpoky-255c900701411a5c8787d7e30a176a5cef548b90.tar.gz
stress-ng: upgrade 0.11.17 -> 0.11.18
(From OE-Core rev: 036f29472caed24f905ed0bed3c8f0d2b079ee22) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb b/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
deleted file mode 100644
index a67df24dca..0000000000
--- a/meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
+++ /dev/null
@@ -1,27 +0,0 @@
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] = "860291dd3a18b985b3483190a627bbede2b5c52113766c1921001b3fb4b83af0"
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