summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/stress-ng
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-19 11:41:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-20 11:57:29 +0000
commitfd4901288a146d33589c4d34249713378805429f (patch)
treecaea3242f7b135ea6eeb5aa38d3f6086b220b99f /meta/recipes-extended/stress-ng
parent2c136b687508906ba3890bcd91febbefa63f14a9 (diff)
downloadpoky-fd4901288a146d33589c4d34249713378805429f.tar.gz
stress-ng: upgrade 0.13.09 -> 0.13.10
(From OE-Core rev: 5a9cadd4af3aba5426d1a2127b66d026f99a3538) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.13.09.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.09.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb
index 482fdd2df5..700ee1595e 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.13.09.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_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"
9SRCREV = "757b66b49e4b3d7d008ef7054b34d791c742e869" 9SRCREV = "b81116cb69a97aa671ab207a7f600aaacca091d1"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12DEPENDS = "coreutils-native" 12DEPENDS = "coreutils-native"