summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:30:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:18 +0000
commit10bed5905b10159f53bd48eee9c68cb137110250 (patch)
tree1077e64e0923081fa971c5a4221f3093eaa0e968 /meta
parentccba52147d40459225fd15c7a23b5b0ecbdfa285 (diff)
downloadpoky-10bed5905b10159f53bd48eee9c68cb137110250.tar.gz
stress-ng: upgrade 0.14.06 -> 0.15.00
(From OE-Core rev: a8def141d674c2495cadb35d39771b8daabd4caa) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.15.00.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.15.00.bb
index b4068b0598..e0d8a58517 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.14.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.15.00.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-only"
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 = "03493cb69e91c29718ff9f645514355cd99762c6" 9SRCREV = "91ec6bccd7e94fd04674b29e081e579710b97d71"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12DEPENDS = "coreutils-native" 12DEPENDS = "coreutils-native"