diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-10-26 23:42:15 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-28 05:31:42 +0000 |
commit | a090ee097b5f58873f77a9dbb48af878f22604ba (patch) | |
tree | 0469b277ae3a3478817f1e77410bd16a5c2142ff /meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb | |
parent | dbf5285f868c6b7231bfac5e15bb16fd75fa3c04 (diff) | |
download | poky-a090ee097b5f58873f77a9dbb48af878f22604ba.tar.gz |
stress-ng: Upgrade 0.10.00 -> 0.10.08
Patch applied upstream removed.
(From OE-Core rev: 0f9519de7b7a590fbd967d703d8dd9e3b905f1f1)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb')
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.10.00.bb deleted file mode 100644 index 7d194b305e..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng_0.10.00.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-bash-completion-remove-the-shebang-at-the-start.patch \ | ||
11 | " | ||
12 | SRC_URI[md5sum] = "46aa41d37690324ceab4febfcc549018" | ||
13 | SRC_URI[sha256sum] = "d09dd2a1aea549e478995bf9be90b38906a4cdf33ea7b245ef9d46aa5213c074" | ||
14 | |||
15 | DEPENDS = "coreutils-native" | ||
16 | |||
17 | PROVIDES = "stress" | ||
18 | RPROVIDES_${PN} = "stress" | ||
19 | RREPLACES_${PN} = "stress" | ||
20 | RCONFLICTS_${PN} = "stress" | ||
21 | |||
22 | inherit bash-completion | ||
23 | |||
24 | do_install() { | ||
25 | oe_runmake DESTDIR=${D} install | ||
26 | } | ||