summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-06-15 16:19:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-17 17:57:44 +0100
commite5b5fceb7184d05aacde41eb7d62540f60494376 (patch)
treecfbb23ac05ad04964e7d046e21334b1420b871d3 /meta/recipes-extended
parent32345ab63a7d5d45beea626193043763e17c253a (diff)
downloadpoky-e5b5fceb7184d05aacde41eb7d62540f60494376.tar.gz
stress-ng: upgrade 0.14.01 -> 0.14.02
(From OE-Core rev: f71e4c565d8eec8ffe364ec85cf08acfbd8a0998) 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/recipes-extended')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb b/meta/recipes-extended/stress-ng/stress-ng_0.14.02.bb
index cba15e947e..000a640917 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.14.01.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.14.02.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 = "597da6154263c9317291f2dd0ed71a8ff1e8b2dc" 9SRCREV = "5239ae6c82bfb239637b5a66cd39a035a158e641"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12DEPENDS = "coreutils-native" 12DEPENDS = "coreutils-native"