blob: a86bc0ce103e4b073066cc69fa8d4b998369a2cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Default preferred versions
#
# Force the python versions in one place
PYTHON_BASEVERSION ?= "2.7"
PREFERRED_VERSION_python ?= "2.7.2"
PREFERRED_VERSION_python-native ?= "2.7.2"
# Force the older version of liberation-fonts until we fix the fontforge issue
PREFERRED_VERSION_liberation-fonts ?= "1.04"
|