diff options
-rw-r--r-- | meta-oe/conf/layer.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 2a5a4286a2..8d1bb787e1 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
@@ -37,4 +37,21 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
37 | usb-modeswitch-data->usb-modeswitch \ | 37 | usb-modeswitch-data->usb-modeswitch \ |
38 | " | 38 | " |
39 | 39 | ||
40 | # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS | ||
41 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
42 | terminus-font->fontconfig \ | ||
43 | ttf-arphic-uming->fontconfig \ | ||
44 | ttf-dejavu->fontconfig \ | ||
45 | ttf-droid->fontconfig \ | ||
46 | ttf-gentium->fontconfig \ | ||
47 | ttf-hunkyfonts->fontconfig \ | ||
48 | ttf-inconsolata->fontconfig \ | ||
49 | ttf-liberation->fontconfig \ | ||
50 | ttf-mplus->fontconfig \ | ||
51 | ttf-sazanami->fontconfig \ | ||
52 | ttf-tlwg->fontconfig \ | ||
53 | ttf-ubuntu-font-family->fontconfig \ | ||
54 | ttf-wqy-zenhei->fontconfig \ | ||
55 | " | ||
56 | |||
40 | FREESMARTPHONE_GIT = "git://git.freesmartphone.org" | 57 | FREESMARTPHONE_GIT = "git://git.freesmartphone.org" |