summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-04 17:09:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-06 11:16:47 +0000
commitaa7d6b18adae1792852ac6c898136f76dc39fac7 (patch)
treeb5d45a19393a31db414d4db3cf7ce4d00e508710
parent8820f5c3e4798b820c2d88e7ac5dd6ef68a3c22a (diff)
downloadpoky-aa7d6b18adae1792852ac6c898136f76dc39fac7.tar.gz
stress-ng: upgrade 0.18.10 -> 0.18.11
(From OE-Core rev: 0fbde5c51ef14c01927cdcf0fc39fe3f321be8d2) 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.11.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
index 7fcb5af0ee..2b1e306b17 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.11.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 = "e00c355b8e9af3f7ce091e88ec6ddb5c439dc972" 10SRCREV = "44162bc4e00d06d366436857093a276ea692711e"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS = "coreutils-native libbsd" 13DEPENDS = "coreutils-native libbsd"