summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/default-versions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/default-versions.inc')
-rw-r--r--meta/conf/distro/include/default-versions.inc6
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 @@
4PREFERRED_VERSION_pulseaudio ?= "0.9.23" 4PREFERRED_VERSION_pulseaudio ?= "0.9.23"
5 5
6# Force the python versions in one place 6# Force the python versions in one place
7PYTHON_BASEVERSION ?= "2.6" 7PYTHON_BASEVERSION ?= "2.7"
8PREFERRED_VERSION_python ?= "2.6.6" 8PREFERRED_VERSION_python ?= "2.7.2"
9PREFERRED_VERSION_python-native ?= "2.6.6" 9PREFERRED_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
12PREFERRED_VERSION_liberation-fonts ?= "1.04" 12PREFERRED_VERSION_liberation-fonts ?= "1.04"