From 641e11b0eb6877763bbf783d8d41d5b4ba770036 Mon Sep 17 00:00:00 2001 From: Paul Le Guen de Kerneizon Date: Fri, 28 Feb 2025 15:37:26 +0100 Subject: [PATCH] phoronix-test-suite: add missing font The `ttf-dejavu-sans` font is needed by SVG charts rendered in phoronix-test-suite PDF reports. Signed-off-by: Paul Le Guen de Kerneizon Signed-off-by: Khem Raj --- .../phoronix-test-suite/phoronix-test-suite_10.8.4.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb index 8de3314b3c..7ca80c02af 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb @@ -25,6 +25,9 @@ do_install() { fi } +PACKAGECONFIG ??= "" +PACKAGECONFIG[pdf] = ",,,ttf-dejavu-sans" + # It is not advisable to enable these services by default since they can cause # continual target reboots if they encounter network problems. #