mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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>
This commit is contained in:
parent
fe582374d3
commit
641e11b0eb
|
|
@ -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.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user