summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-15 13:25:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-16 10:42:07 +0000
commit92be70bc5b4db157eddd04ffcf8846ab0ca71d0b (patch)
tree0d03954aaa168be24d779526daab637ce76523a6 /meta
parent80a7809e24f73127b97d79f0523503df3f81c2fd (diff)
downloadpoky-92be70bc5b4db157eddd04ffcf8846ab0ca71d0b.tar.gz
stress-ng: upgrade 0.15.01 -> 0.15.02
(From OE-Core rev: 5a055084e17b8b0847c32b0793da83bd8b9f07cb) 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.15.02.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.15.01.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.15.01.bb b/meta/recipes-extended/stress-ng/stress-ng_0.15.02.bb
index 0d95cad69f..c554bb403e 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.15.01.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.15.02.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 file://0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch" 9 file://0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch"
10SRCREV = "8c7c3d95555c50148470553b55477db895a4f1ad" 10SRCREV = "4164f6842c712c2d9a13619c3c70fd35d8d02cdb"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13DEPENDS = "coreutils-native libbsd" 13DEPENDS = "coreutils-native libbsd"