diff options
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/default-versions.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index e3ef1e6661..90ff005089 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc | |||
@@ -4,9 +4,9 @@ | |||
4 | PREFERRED_VERSION_pulseaudio ?= "0.9.23" | 4 | PREFERRED_VERSION_pulseaudio ?= "0.9.23" |
5 | 5 | ||
6 | # Force the python versions in one place | 6 | # Force the python versions in one place |
7 | PYTHON_BASEVERSION ?= "2.6" | 7 | PYTHON_BASEVERSION ?= "2.7" |
8 | PREFERRED_VERSION_python ?= "2.6.6" | 8 | PREFERRED_VERSION_python ?= "2.7.2" |
9 | PREFERRED_VERSION_python-native ?= "2.6.6" | 9 | PREFERRED_VERSION_python-native ?= "2.7.2" |
10 | 10 | ||
11 | # Force the older version of liberation-fonts until we fix the fontforge issue | 11 | # Force the older version of liberation-fonts until we fix the fontforge issue |
12 | PREFERRED_VERSION_liberation-fonts ?= "1.04" | 12 | PREFERRED_VERSION_liberation-fonts ?= "1.04" |