diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:53 +0100 |
commit | bd3923ed34a40ba5e58631f15b7534b59f9dbbbd (patch) | |
tree | 8c00884f59349204ff7340516ff275df608ea84c /meta/recipes-extended/stress-ng/stress-ng_0.12.12.bb | |
parent | a4f35b41dab09a5342926a4cb59314db16c977c4 (diff) | |
download | poky-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.bb | 26 |
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 @@ | |||
1 | SUMMARY = "System load testing utility" | ||
2 | DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ | ||
3 | imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." | ||
4 | HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
7 | |||
8 | SRC_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 | " | ||
12 | SRC_URI[sha256sum] = "f27af50f6f2308e707fef927674bdd209a046b116734281b792aeca35a4e4499" | ||
13 | |||
14 | DEPENDS = "coreutils-native" | ||
15 | |||
16 | PROVIDES = "stress" | ||
17 | RPROVIDES:${PN} = "stress" | ||
18 | RREPLACES:${PN} = "stress" | ||
19 | RCONFLICTS:${PN} = "stress" | ||
20 | |||
21 | inherit bash-completion | ||
22 | |||
23 | do_install() { | ||
24 | oe_runmake DESTDIR=${D} install | ||
25 | ln -s stress-ng ${D}${bindir}/stress | ||
26 | } | ||