merged Bruce
On 16-12-23 10:36 AM, Mark Asselstine wrote:
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 <[email protected]> --- meta-openstack/conf/layer.conf | 6 +++--- 1 file 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" BB_DANGLINGAPPENDS_WARNONLY ?= "true" # pre 0.4.0 greenlet versions segfault python -PREFERRED_VERSION_python-greenlet = "0.4.1" -PREFERRED_VERSION_python-sqlalchemy = "0.9.7" +PREFERRED_VERSION_python-greenlet = "0.4.5" +PREFERRED_VERSION_python-sqlalchemy = "1.0.8" PREFERRED_VERSION_python-pexpect = "3.3" -PREFERRED_VERSION_python-futures = "3.0.3" +PREFERRED_VERSION_python-futures = "3.0.3%" PREFERRED_VERSION_python-django = "1.8.6" LICENSE_PATH += "${LAYERDIR}/licenses"
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
