summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-22 22:59:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-23 10:53:15 +0000
commitbb91342d8bd3043f8645a54cbdd46aab8161913d (patch)
treef936d7b88700ad399148952f5ac01a3f72585148 /meta
parent96f552377a25f21f24aadb6f326f177d56aa9d73 (diff)
downloadpoky-bb91342d8bd3043f8645a54cbdd46aab8161913d.tar.gz
stress-ng: upgrade 0.13.06 -> 0.13.07
(From OE-Core rev: d1557f552c6945803642ea78f26bc2082a29bc22) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.13.07.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb
index 4c4d8a9c57..b96d16fa7b 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
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 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ 9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
10 " 10 "
11SRCREV = "97fc3d7795bd36a516b5ec80a9ef85d682d234ca" 11SRCREV = "924a37f50f73207fa230ae27a63897c77ff8e6cc"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14DEPENDS = "coreutils-native" 14DEPENDS = "coreutils-native"