From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id ED187E00524; Sun, 25 Dec 2016 17:54:20 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.146.13 listed in list.dnswl.org] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BE16AE00510 for ; Sun, 25 Dec 2016 17:54:17 -0800 (PST) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id uBQ1sAvd022132 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sun, 25 Dec 2016 17:54:13 -0800 (PST) Received: from bruce-ashfields-macbook.local (128.224.20.100) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.294.0; Sun, 25 Dec 2016 17:54:09 -0800 To: Mark Asselstine , References: <1482507418-26713-1-git-send-email-mark.asselstine@windriver.com> From: Bruce Ashfield Message-ID: <58607840.7020100@windriver.com> Date: Sun, 25 Dec 2016 20:54:08 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1482507418-26713-1-git-send-email-mark.asselstine@windriver.com> Subject: Re: [mcs][PATCH] meta-openstack: layer.conf: update the preferred versions X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2016 01:54:21 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit 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 > --- > 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" >