summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/conf/distro/include/default-versions.inc
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/conf/distro/include/default-versions.inc')
-rw-r--r--import-layers/yocto-poky/meta/conf/distro/include/default-versions.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/import-layers/yocto-poky/meta/conf/distro/include/default-versions.inc b/import-layers/yocto-poky/meta/conf/distro/include/default-versions.inc
new file mode 100644
index 000000000..a04ea718b
--- /dev/null
+++ b/import-layers/yocto-poky/meta/conf/distro/include/default-versions.inc
@@ -0,0 +1,15 @@
+#
+# Default preferred versions
+#
+
+# Force the python versions in one place
+PYTHON_BASEVERSION ?= "2.7"
+PREFERRED_VERSION_python ?= "2.7.11"
+PREFERRED_VERSION_python-native ?= "2.7.11"
+
+# Force the older version of liberation-fonts until we fix the fontforge issue
+PREFERRED_VERSION_liberation-fonts ?= "1.04"
+
+# Force db-native's version to keep sync with db while
+# 'AGPL-3.0' in ${INCOMPATIBLE_LICENSE} blacklist
+PREFERRED_VERSION_db-native = "${@incompatible_license_contains('AGPL-3.0', '5.%', '6.%', d)}"
OpenPOWER on IntegriCloud