diff options
author | Daniel Gomez <daniel@qtec.com> | 2020-08-05 16:13:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-06 15:12:39 +0100 |
commit | 7ac4833236eb2b6c0d3f8710b097a4b5cffc3002 (patch) | |
tree | 048e46833dfb341a30897f1a0de67f03144b57a3 /meta | |
parent | b6b6a39ee840bbf2c78cb2196d8fbb6e231d1c48 (diff) | |
download | poky-7ac4833236eb2b6c0d3f8710b097a4b5cffc3002.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 2 |
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" | |||
9 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" | 9 | LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" |
10 | PR = "r7" | 10 | PR = "r7" |
11 | 11 | ||
12 | inherit fontcache | 12 | inherit allarch fontcache |
13 | 13 | ||
14 | FONT_PACKAGES = "${PN}" | 14 | FONT_PACKAGES = "${PN}" |
15 | 15 | ||