diff mbox series

[meta-oe] phoronix-test-suite: add missing font

Message ID 20250228143726.69944-1-paul.leguendekerneizon@savoirfairelinux.com
State Accepted
Headers show
Series [meta-oe] phoronix-test-suite: add missing font | expand

Commit Message

Paul Le Guen de Kerneizon Feb. 28, 2025, 2:37 p.m. UTC
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 <paul.leguendekerneizon@savoirfairelinux.com>
---
 .../phoronix-test-suite/phoronix-test-suite_10.8.4.bb          | 3 +++
 1 file changed, 3 insertions(+)

--
2.34.1
diff mbox series

Patch

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.
 #