summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-08-22 14:50:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-23 08:25:53 +0100
commitbd3923ed34a40ba5e58631f15b7534b59f9dbbbd (patch)
tree8c00884f59349204ff7340516ff275df608ea84c /meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb
parenta4f35b41dab09a5342926a4cb59314db16c977c4 (diff)
downloadpoky-bd3923ed34a40ba5e58631f15b7534b59f9dbbbd.tar.gz
stress-ng: upgrade 0.12.12 -> 0.13.00
(From OE-Core rev: 41bdb75052a04a33809e24ad94f2e940e80e5a1b) 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.12.12.bb')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb
deleted file mode 100644
index afc9ddf96c..0000000000
--- a/meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb
+++ /dev/null
@@ -1,26 +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://0001-Detemine-minimal-stack-size-via-sysconf-then-PTHREAD.patch \
11 "
12SRC_URI[sha256sum] = "f27af50f6f2308e707fef927674bdd209a046b116734281b792aeca35a4e4499"
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}