diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-07 17:01:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 15:26:50 +0000 |
commit | 13eff9f8fdfc271ce4a44763a9cd625442f1039f (patch) | |
tree | 319e4cb697a98015abe3060b6e2ec4641c86990e | |
parent | 11bc40bb4ff458964be9b8befca95896fc6d464d (diff) | |
download | poky-13eff9f8fdfc271ce4a44763a9cd625442f1039f.tar.gz |
stress-ng: upgrade 0.18.07 -> 0.18.08
(From OE-Core rev: ded6b0f24690c6e8ba2dd4fa5bf1acebd3661ed4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.18.08.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.08.bb index cc12edbbf4..f779f6fe6a 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.18.07.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.08.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 = "27f1171ff0718e67eac0730df34cbfd97aca587b" | 10 | SRCREV = "0b0317597016ea89498570ed2621ee5ebeea768c" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | DEPENDS = "coreutils-native libbsd" | 13 | DEPENDS = "coreutils-native libbsd" |