summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-12-10 07:56:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-12 12:52:39 +0000
commit902af757199ff169bb178c1a0629eb489207d7b0 (patch)
treecb693a6d6b71f6acbf32a7ccf854e2c830040f77
parentf8af02749bbed3f4a0010d23d979c2c8375baf27 (diff)
downloadpoky-902af757199ff169bb178c1a0629eb489207d7b0.tar.gz
stress-ng: upgrade 0.18.06 -> 0.18.07
(From OE-Core rev: b67f971f0b2c228ca46fbcd920ef36a285072dd8) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb
index 137b41cdda..cc12edbbf4 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.07.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 = "8357df5586a8f8f435ef532c53b770d9c2802c3d" 10SRCREV = "27f1171ff0718e67eac0730df34cbfd97aca587b"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS = "coreutils-native libbsd" 13DEPENDS = "coreutils-native libbsd"