blob: 0a5b2f45f9ee2c3162f0a5a5e3b421cbcb101c08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# Default preferred versions
#
# Force the python versions in one place
PYTHON_BASEVERSION ?= "2.7"
PREFERRED_VERSION_python ?= "2.7.3"
PREFERRED_VERSION_python-native ?= "2.7.3"
# Force the older version of liberation-fonts until we fix the fontforge issue
PREFERRED_VERSION_liberation-fonts ?= "1.04"
# Set libpng default version for linuxstdbase
PREFERRED_VERSION_libpng_linuxstdbase ?= "1.2.50"
|