]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
stress-ng: upgrade 0.16.05 -> 0.17.00
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 16 Oct 2023 08:49:24 +0000 (16:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Oct 2023 12:38:54 +0000 (13:38 +0100)
Changelog:
============
remove redundant assignment to variable handler_set
remove some empty lines
move child stressor invoking code into stress_run_child
use stressor array size as limit for stressor loops

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-extended/stress-ng/stress-ng_0.17.00.bb [moved from meta/recipes-extended/stress-ng/stress-ng_0.16.05.bb with 94% similarity]

similarity index 94%
rename from meta/recipes-extended/stress-ng/stress-ng_0.16.05.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.17.00.bb
index 1a1e9e4057500c216346d902240da8add23e88c3..4dc9c1713b11299e8e48ab1497434f4b6cde2e0f 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
            "
-SRCREV = "aea6f3306f4676a7f7e8d8c507f811ef3d0244c5"
+SRCREV = "b5f33cfd1d9d5fccf6b34a9082d07e86c909b05e"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"