diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-12-23 10:36:58 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-25 20:53:41 -0500 |
| commit | 7c320638a85166c830d0c924a20e9d38e7c8495e (patch) | |
| tree | d5a398408082a2ef5760e0096a8fc729dec8f59e /meta-openstack | |
| parent | 91b023bbcafef7967d716726244f6b549a198cbe (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 6 |
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" | |||
| 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" | 11 | BB_DANGLINGAPPENDS_WARNONLY ?= "true" |
| 12 | 12 | ||
| 13 | # pre 0.4.0 greenlet versions segfault python | 13 | # pre 0.4.0 greenlet versions segfault python |
| 14 | PREFERRED_VERSION_python-greenlet = "0.4.1" | 14 | PREFERRED_VERSION_python-greenlet = "0.4.5" |
| 15 | PREFERRED_VERSION_python-sqlalchemy = "0.9.7" | 15 | PREFERRED_VERSION_python-sqlalchemy = "1.0.8" |
| 16 | PREFERRED_VERSION_python-pexpect = "3.3" | 16 | PREFERRED_VERSION_python-pexpect = "3.3" |
| 17 | PREFERRED_VERSION_python-futures = "3.0.3" | 17 | PREFERRED_VERSION_python-futures = "3.0.3%" |
| 18 | PREFERRED_VERSION_python-django = "1.8.6" | 18 | PREFERRED_VERSION_python-django = "1.8.6" |
| 19 | 19 | ||
| 20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
