diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-02 19:27:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-05 17:46:05 +0000 |
commit | e5aa6b131a4fd767a09684c5a61378b6ddcfa387 (patch) | |
tree | 6d471b369acd12cab43ba78ffe7d0dcbab62c719 /meta/recipes-extended | |
parent | 910c7f8e8f85781e8ff3a185bd9d70ba4c9b653b (diff) | |
download | poky-e5aa6b131a4fd767a09684c5a61378b6ddcfa387.tar.gz |
stress-ng: upgrade 0.13.10 -> 0.13.11
(From OE-Core rev: 03a86c574d2bc42cdfed582dea81782a34b2f133)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.13.11.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb index 700ee1595e..72c9de38b1 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
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 | SRCREV = "b81116cb69a97aa671ab207a7f600aaacca091d1" | 9 | SRCREV = "48be8ff4ffc4a04a0e3b5f2feaf63cce0cbd4f2b" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | DEPENDS = "coreutils-native" | 12 | DEPENDS = "coreutils-native" |