From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dream-property.net (mail.dream-property.net [82.149.226.172]) by mail.openembedded.org (Postfix) with ESMTP id 6C90878858 for ; Thu, 1 Mar 2018 15:36:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id A291231E1721; Thu, 1 Mar 2018 16:36:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7i9I4IVee805; Thu, 1 Mar 2018 16:36:38 +0100 (CET) Received: from t460p (p57A611C8.dip0.t-ipconnect.de [87.166.17.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id 1572631E1701; Thu, 1 Mar 2018 16:36:38 +0100 (CET) Date: Thu, 1 Mar 2018 16:36:36 +0100 From: Andreas Oberritter To: Justin Bronder Message-ID: <20180301163636.494655bb@t460p> In-Reply-To: <20180226201605.29261-1-jsbronder@cold-front.org> References: <20180226201605.29261-1-jsbronder@cold-front.org> MIME-Version: 1.0 Cc: openembedded-devel@lists.openembedded.org Subject: Re: [meta-oe][PATCH 1/2] cppzmq: 4.2.3 update X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:36:40 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi Justin, On Mon, 26 Feb 2018 15:16:04 -0500 Justin Bronder wrote: > Signed-off-by: Justin Bronder > --- > meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb > index a64745c94..9e8ad5151 100644 > --- a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb > +++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb > @@ -4,8 +4,8 @@ LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=db174eaf7b55a34a7c89551197f66e94" > DEPENDS = "zeromq" > > -SRCREV = "68a7b09cfce01c4c279fba2cf91686fcfc566848" > -PV = "4.1.5+git${SRCPV}" > +PV = "4.2.3" > +SRCREV = "v${PV}" we usually don't use tags in SRCREV, because tags may change over time, and therefore bitbake has to query the server each time it parses the recipe, IIRC. Regards, Andreas