From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/conf/distro/include/default-versions.inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/conf/distro/include/default-versions.inc (limited to 'meta/conf/distro/include/default-versions.inc') diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc new file mode 100644 index 0000000000..a9a931d772 --- /dev/null +++ b/meta/conf/distro/include/default-versions.inc @@ -0,0 +1,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" + +# Intel video stack 2013Q3 and newer need a version >=2.99.902 +PREFERRED_VERSION_xf86-video-intel ?= "2.99.910" -- cgit v1.2.3-54-g00ecf