aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/default-versions.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 12:53:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 10:21:11 +0100
commitb34d5e93fab4274e1a56f446e2ba4756d614cc47 (patch)
treefc0ea926cd4879632673a5567318661179cf8df9 /meta/conf/distro/include/default-versions.inc
parent278a3cd8c22e003d19cd841a045ff2ac357e230d (diff)
downloadopenembedded-core-contrib-b34d5e93fab4274e1a56f446e2ba4756d614cc47.tar.gz
bitbake.conf: Include the new default-providers.inc and default-versions.inc files
These are the minimal defaults to allow OE-Core to function standalone with no distro set and are constucted such that the distro can either override values, or totally replace the include file entirely as needed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/default-versions.inc')
-rw-r--r--meta/conf/distro/include/default-versions.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc
new file mode 100644
index 0000000000..0abbd8f87d
--- /dev/null
+++ b/meta/conf/distro/include/default-versions.inc
@@ -0,0 +1,18 @@
+#
+# Default preferred versions
+#
+PULSEAUDIOVERSION ?= "0.9.22"
+PULSEAUDIOVERSION_arm ?= "0.9.15"
+PREFERRED_VERSION_pulseaudio ?= "${PULSEAUDIOVERSION}"
+
+# Force the python versions in one place
+PYTHON_BASEVERSION ?= "2.6"
+PREFERRED_VERSION_python ?= "2.6.6"
+PREFERRED_VERSION_python-native ?= "2.6.6"
+
+# Force the older version of liberation-fonts until we fix the fontforge issue
+PREFERRED_VERSION_liberation-fonts ?= "1.04"
+
+
+
+