diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-16 08:38:29 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-17 08:15:00 -0700 |
commit | 54e922a2e4aa61c763a020694593d535c54e07b6 (patch) | |
tree | 63f915fce8526005d36f820235268e35fcfec7f6 /meta-oe/conf | |
parent | 4271cc28279b79140fc6bbde32c9110aec8d1d86 (diff) | |
download | meta-openembedded-54e922a2e4aa61c763a020694593d535c54e07b6.tar.gz |
layer.conf: Add ttf-ipa to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS on fontconfig
This is newly added font recipe but missed the entry here
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Lei Maohui <leimaohui@fujitsu.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/layer.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index bfb3e5905..8aaff84b9 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -5,7 +5,7 @@ | |||
5 | # Therefore if you want a given layer to be considered high priority | 5 | # Therefore if you want a given layer to be considered high priority |
6 | # for the .inc and .conf etc. then consider it adding at the beginning | 6 | # for the .inc and .conf etc. then consider it adding at the beginning |
7 | # of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve | 7 | # of BBPATH. For bblayers bitbake will use BBFILES_PRIORITY to resolve |
8 | # the recipe contention so the order of directories in BBFILES does | 8 | # the recipe contention so the order of directories in BBFILES does |
9 | # not matter. | 9 | # not matter. |
10 | 10 | ||
11 | # We have a conf and classes directory, append to BBPATH | 11 | # We have a conf and classes directory, append to BBPATH |
@@ -81,6 +81,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
81 | ttf-gentium->fontconfig \ | 81 | ttf-gentium->fontconfig \ |
82 | ttf-hunkyfonts->fontconfig \ | 82 | ttf-hunkyfonts->fontconfig \ |
83 | ttf-inconsolata->fontconfig \ | 83 | ttf-inconsolata->fontconfig \ |
84 | ttf-ipa->fontconfig \ | ||
84 | ttf-liberation->fontconfig \ | 85 | ttf-liberation->fontconfig \ |
85 | ttf-liberation-sans-narrow->fontconfig \ | 86 | ttf-liberation-sans-narrow->fontconfig \ |
86 | ttf-lklug->fontconfig \ | 87 | ttf-lklug->fontconfig \ |