diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | eefbbe5d93a79b53082f84a475d5de151eb7db30 (patch) | |
tree | f54e4da8db8dad7cab773a03137c3f39fcf120b8 | |
parent | 050f5710356450a2dd8c816fc06b8062942ccdbe (diff) | |
download | poky-eefbbe5d93a79b53082f84a475d5de151eb7db30.tar.gz |
stress-ng: upgrade 0.15.02 -> 0.15.03
(From OE-Core rev: b62843c91eb3c9cd79c62ce2e2b16c717cbbd9a0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.15.03.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.15.02.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.15.02.bb b/meta/recipes-extended/stress-ng/stress-ng_0.15.03.bb index 75400f589e..13a8b49f70 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.15.02.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.15.03.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ | 8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ |
9 | file://0001-test-float-Make-variables-global.patch \ | 9 | file://0001-test-float-Make-variables-global.patch \ |
10 | file://0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch" | 10 | file://0001-Pass-LD_GOLD-1-via-makefile-to-enable-gold-linker.patch" |
11 | SRCREV = "4164f6842c712c2d9a13619c3c70fd35d8d02cdb" | 11 | SRCREV = "f3be0447c10fd5652b4c3753d56bcaac13fd8917" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | DEPENDS = "coreutils-native libbsd" | 14 | DEPENDS = "coreutils-native libbsd" |