From 2897dfc08b9461019c33f7f2953fba4d34681f5c Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 29 Apr 2022 16:13:09 +0800 Subject: [PATCH] phoronix-test-suite: upgrade 10.8.2 -> 10.8.3 Changelog: ========== pts-core: Workaround Ubuntu 22.04 apt-get crashing the entire process on dependency installation pts-core: Improved TTF font file detection pts-core: Minor random fixes phodevi: Apple M1 detection on Linux Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...onix-test-suite_10.8.2.bb => phoronix-test-suite_10.8.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_10.8.2.bb => phoronix-test-suite_10.8.3.bb} (91%) diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.3.bb similarity index 91% rename from meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb rename to meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.3.bb index 825f7024e7..a4d586ebc1 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.3.bb @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SECTION = "console/tests" SRC_URI = "http://www.phoronix-test-suite.com/releases/${BP}.tar.gz" -SRC_URI[md5sum] = "459c3c45b39bb3d720ddc8ba5f944332" -SRC_URI[sha256sum] = "86681343d20415831ab16ef6c3d1c317e2345e771925e0698ae920a03a9eaab6" +SRC_URI[sha256sum] = "4b742e28a9542fe2b57aacb691159d69d3e1c77d95da6d24b7867889ce84ba80" S = "${WORKDIR}/phoronix-test-suite"