All of lore.kernel.org
 help / color / mirror / Atom feed
* [mcs][PATCH] meta-openstack: layer.conf: update the preferred versions
@ 2016-12-23 15:36 Mark Asselstine
  2016-12-26  1:54 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Asselstine @ 2016-12-23 15:36 UTC (permalink / raw)
  To: bruce.ashfield, meta-virtualization

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>
---
 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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [mcs][PATCH] meta-openstack: layer.conf: update the preferred versions
  2016-12-23 15:36 [mcs][PATCH] meta-openstack: layer.conf: update the preferred versions Mark Asselstine
@ 2016-12-26  1:54 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2016-12-26  1:54 UTC (permalink / raw)
  To: Mark Asselstine, meta-virtualization

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 <mark.asselstine@windriver.com>
> ---
>   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"
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-26  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-23 15:36 [mcs][PATCH] meta-openstack: layer.conf: update the preferred versions Mark Asselstine
2016-12-26  1:54 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.