summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-12-23 10:36:58 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-12-25 20:53:41 -0500
commit7c320638a85166c830d0c924a20e9d38e7c8495e (patch)
treed5a398408082a2ef5760e0096a8fc729dec8f59e /meta-openstack/conf/layer.conf
parent91b023bbcafef7967d716726244f6b549a198cbe (diff)
downloadmeta-cloud-services-7c320638a85166c830d0c924a20e9d38e7c8495e.tar.gz
meta-openstack: layer.conf: update the preferred versions
Many of the packages we have preferred versions for no longer have recipes available for the defined versions, or the preferred version was incorrect. Set the preferred versions to something that actually exists. Since meta-openstack is currently not buildable there is no way to test these changes, other than 'it builds' and 'no more warnings about mismatched preferred versions' but there is more work being done currently which will eventually be merged and allow us to revisit these to ensure they are correctly set. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf/layer.conf')
-rw-r--r--meta-openstack/conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 1406e4e..19e3cb1 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -11,10 +11,10 @@ BBFILE_PRIORITY_openstack-layer = "5"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13# pre 0.4.0 greenlet versions segfault python 13# pre 0.4.0 greenlet versions segfault python
14PREFERRED_VERSION_python-greenlet = "0.4.1" 14PREFERRED_VERSION_python-greenlet = "0.4.5"
15PREFERRED_VERSION_python-sqlalchemy = "0.9.7" 15PREFERRED_VERSION_python-sqlalchemy = "1.0.8"
16PREFERRED_VERSION_python-pexpect = "3.3" 16PREFERRED_VERSION_python-pexpect = "3.3"
17PREFERRED_VERSION_python-futures = "3.0.3" 17PREFERRED_VERSION_python-futures = "3.0.3%"
18PREFERRED_VERSION_python-django = "1.8.6" 18PREFERRED_VERSION_python-django = "1.8.6"
19 19
20LICENSE_PATH += "${LAYERDIR}/licenses" 20LICENSE_PATH += "${LAYERDIR}/licenses"