summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:30:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:13 +0000
commita8def141d674c2495cadb35d39771b8daabd4caa (patch)
treef2536ab658d033305c88fac92b0952cf85b3962b
parent4739495b806ee2d82576619511cf72de7feecd67 (diff)
downloadopenembedded-core-a8def141d674c2495cadb35d39771b8daabd4caa.tar.gz
stress-ng: upgrade 0.14.06 -> 0.15.00
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.15.00.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.15.00.bb
index b4068b0598..e0d8a58517 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.15.00.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master"
-SRCREV = "03493cb69e91c29718ff9f645514355cd99762c6"
+SRCREV = "91ec6bccd7e94fd04674b29e081e579710b97d71"
S = "${WORKDIR}/git"
DEPENDS = "coreutils-native"