mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 05:02:22 +02:00
allarch: Add missing allarch ttf-bitstream-vera
allarch is missing in ttf-bitstream-vera recipe. Add it and include the recipe in the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS list. (From OE-Core rev: 0d4e96b444931f84f93ca08fe238b5a3b35ce7b1) Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 31c02477a4fb91f19f8c3ef3f8bc9a20e416c859) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
481c27a227
commit
e075e02f50
@@ -71,6 +71,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
grub-efi->grub-bootconf \
|
||||
liberation-fonts->fontconfig \
|
||||
cantarell-fonts->fontconfig \
|
||||
ttf-bitstream-vera->fontconfig \
|
||||
gnome-icon-theme->librsvg \
|
||||
font-alias->font-util \
|
||||
systemd-boot->systemd-bootconf \
|
||||
|
||||
@@ -9,7 +9,7 @@ LICENSE = "BitstreamVera"
|
||||
LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
|
||||
PR = "r7"
|
||||
|
||||
inherit fontcache
|
||||
inherit allarch fontcache
|
||||
|
||||
FONT_PACKAGES = "${PN}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user