diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:45 +0000 |
commit | a39530b5f6d02863694208b9017b3525d5a15543 (patch) | |
tree | b633462a48d7f43622a3c14b13bfc4f6657b7b5a | |
parent | bffc1edf17ff515fa6958c8822f8627f26fd4dbf (diff) | |
download | poky-a39530b5f6d02863694208b9017b3525d5a15543.tar.gz |
stress-ng: upgrade 0.18.09 -> 0.18.10
(From OE-Core rev: 87da85f4c7b076430912a248cd73df3ffac7b1e7)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb index 25ac66517a..7fcb5af0ee 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.18.09.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
7 | 7 | ||
8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ | 8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ |
9 | " | 9 | " |
10 | SRCREV = "c84c8d5f5edb1ca8961d3bd97816d24e90392895" | 10 | SRCREV = "e00c355b8e9af3f7ce091e88ec6ddb5c439dc972" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | DEPENDS = "coreutils-native libbsd" | 13 | DEPENDS = "coreutils-native libbsd" |