summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/layer.conf1
-rw-r--r--meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index c115c87043..1a01d02fef 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -71,6 +71,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
71 grub-efi->grub-bootconf \ 71 grub-efi->grub-bootconf \
72 liberation-fonts->fontconfig \ 72 liberation-fonts->fontconfig \
73 cantarell-fonts->fontconfig \ 73 cantarell-fonts->fontconfig \
74 ttf-bitstream-vera->fontconfig \
74 gnome-icon-theme->librsvg \ 75 gnome-icon-theme->librsvg \
75 font-alias->font-util \ 76 font-alias->font-util \
76 systemd-boot->systemd-bootconf \ 77 systemd-boot->systemd-bootconf \
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index 70b32cf8f1..3e1ba196b5 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -9,7 +9,7 @@ LICENSE = "BitstreamVera"
9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" 9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
10PR = "r7" 10PR = "r7"
11 11
12inherit fontcache 12inherit allarch fontcache
13 13
14FONT_PACKAGES = "${PN}" 14FONT_PACKAGES = "${PN}"
15 15