summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2024-02-16 19:40:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-17 18:19:19 +0000
commite61afce99efd425cabd7a89fdf998eab2ceaab21 (patch)
tree814e33502192548acabc5ddc45dec770c7129809 /meta/recipes-extended
parentcf08dfaf27912971943032bd7dae1e3698545110 (diff)
downloadpoky-e61afce99efd425cabd7a89fdf998eab2ceaab21.tar.gz
stress-ng: upgrade 0.17.04 -> 0.17.05
(From OE-Core rev: 0a4c9943043004e5d8b67bfedea861227484790a) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.17.05.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb b/meta/recipes-extended/stress-ng/stress-ng_0.17.05.bb
index fde51f67ac..d4a427f89d 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.17.05.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 = "2f22ad595f067aa940cfe4f64107e10872c2f7b5" 10SRCREV = "4e68895f4fe68863b360ab4a6a57e2dfcff85d60"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS = "coreutils-native libbsd" 13DEPENDS = "coreutils-native libbsd"