diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 12:32:58 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-24 13:25:21 -0800 |
commit | 80f592c252cdaf34057ba47d140adb8a63209cd0 (patch) | |
tree | fb4e628aec961f353a2bdb8de5f34ce49d64a7d5 /meta/conf/distro | |
parent | b43d82dcae78c053d41e188ed03d9c6fcb035842 (diff) | |
download | poky-80f592c252cdaf34057ba47d140adb8a63209cd0.tar.gz |
liberation-fonts: Added version 1.06, PREFERRED_VERSION is still 1.04
The new recipe requires fontforge, which is not added yet,
so the preferred version remains 1.04, when we have fontforge native
then we can remove this.
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index 23c34b5966..0eb2af4885 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -13,6 +13,9 @@ PYTHON_BASEVERSION ?= "2.6" | |||
13 | PREFERRED_VERSION_python ?= "2.6.6" | 13 | PREFERRED_VERSION_python ?= "2.6.6" |
14 | PREFERRED_VERSION_python-native ?= "2.6.6" | 14 | PREFERRED_VERSION_python-native ?= "2.6.6" |
15 | 15 | ||
16 | # Force the older version of liberation-fonts until we fix the fontforge issue | ||
17 | PREFERRED_VERSION_liberation-fonts ?= "1.04" | ||
18 | |||
16 | 19 | ||
17 | 20 | ||
18 | 21 | ||