summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-12 17:24:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-18 22:09:03 +0000
commite534fc2fb261a7fe54d87088f3d03bc3458a1886 (patch)
treedc5973d2b383ee2ba149403f17048488f1b7d916
parent9b7f7d47d4a75b9562705e489951249b3bbb3cf0 (diff)
downloadpoky-e534fc2fb261a7fe54d87088f3d03bc3458a1886.tar.gz
stress-ng: upgrade 0.18.02 -> 0.18.06
(From OE-Core rev: b1a8ba7305d1473d807f1c86e8daeb68092a35fd) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.18.02.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.02.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb
index e63a68aa6d..137b41cdda 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.02.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ 8SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
9 " 9 "
10SRCREV = "be42d072c0df72dc8136f52d3962e4ba264a100a" 10SRCREV = "8357df5586a8f8f435ef532c53b770d9c2802c3d"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS = "coreutils-native libbsd" 13DEPENDS = "coreutils-native libbsd"