diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-03 16:11:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:30 +0100 |
commit | e3503c856e239254db49b46472c596864ea139d2 (patch) | |
tree | 1980fd69832125b394b5857603155ca3cca2b889 /meta/conf/distro | |
parent | 85267a103496fc294c8bf25c1b2f2242ca8d99ed (diff) | |
download | poky-e3503c856e239254db49b46472c596864ea139d2.tar.gz |
liberation-fonts: update to 2.00.1
'fontforge issue' was actually a non-issue; fontforge is required only
when building ttf fonts from sfd source. We took prebuilt ttf fonts
when using 1.04 version, and can do the same thing with 2.00.1 version,
it's just that the tarball name for prebuilt fonts has slightly changed
and no one noticed somehow.
License has changed from GPLv2 to Open Font License v.1.1
(From OE-Core rev: 9b60def67028df65fa8894c49cf09e601f1670df)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index d976508ff5..a6f331350e 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc | |||
@@ -2,6 +2,3 @@ | |||
2 | # Default preferred versions | 2 | # Default preferred versions |
3 | # | 3 | # |
4 | 4 | ||
5 | # Force the older version of liberation-fonts until we fix the fontforge issue | ||
6 | PREFERRED_VERSION_liberation-fonts ?= "1.04" | ||
7 | |||