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