mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00: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: 31c02477a4fb91f19f8c3ef3f8bc9a20e416c859) Signed-off-by: Daniel Gomez <daniel@qtec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b6b6a39ee8
commit
7ac4833236
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user