diff options
| author | Paul Le Guen de Kerneizon <paul.leguendekerneizon@savoirfairelinux.com> | 2025-02-28 15:37:26 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-28 18:48:27 -0800 |
| commit | 641e11b0eb6877763bbf783d8d41d5b4ba770036 (patch) | |
| tree | 014160f272f0e810e113f3365e93d36517fc3082 | |
| parent | fe582374d3ba474164005942799eb2bddc52a080 (diff) | |
| download | meta-openembedded-641e11b0eb6877763bbf783d8d41d5b4ba770036.tar.gz | |
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 <paul.leguendekerneizon@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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() { | |||
| 25 | fi | 25 | fi |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | PACKAGECONFIG ??= "" | ||
| 29 | PACKAGECONFIG[pdf] = ",,,ttf-dejavu-sans" | ||
| 30 | |||
| 28 | # It is not advisable to enable these services by default since they can cause | 31 | # It is not advisable to enable these services by default since they can cause |
| 29 | # continual target reboots if they encounter network problems. | 32 | # continual target reboots if they encounter network problems. |
| 30 | # | 33 | # |
