From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id B58B7601A5 for ; Thu, 20 Oct 2016 13:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id 5A52520901; Thu, 20 Oct 2016 13:46:52 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h587IR9j9qlC; Thu, 20 Oct 2016 13:46:52 +0000 (UTC) Received: from gandalf.denix.org (pool-100-15-106-107.washdc.fios.verizon.net [100.15.106.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 3CEDD208EE; Thu, 20 Oct 2016 13:46:50 +0000 (UTC) Received: by gandalf.denix.org (Postfix, from userid 1000) id EFEEE162176; Thu, 20 Oct 2016 09:46:49 -0400 (EDT) Date: Thu, 20 Oct 2016 09:46:49 -0400 From: Denys Dmytriyenko To: Marek Vasut Message-ID: <20161020134649.GA2494@denix.org> References: <20161020133514.3403-1-marex@denx.de> <20161020133514.3403-4-marex@denx.de> MIME-Version: 1.0 In-Reply-To: <20161020133514.3403-4-marex@denx.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 4/4] u-boot: Drop redundant comment X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 13:46:50 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 20, 2016 at 03:35:14PM +0200, Marek Vasut wrote: > Drop comment stating that the SRCREV corresponds to particular U-Boot > version. This comment is redundant, since the U-Boot version is part > of the recipe filename. > > Signed-off-by: Marek Vasut > Cc: Richard Purdie > Cc: Denys Dmytriyenko Acked-by: Denys Dmytriyenko > --- > meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > index e7f6364..8922947 100644 > --- a/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > +++ b/meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc > @@ -5,7 +5,6 @@ LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" > PE="1" > > -# This revision corresponds to the tag "v2016.09.01" > # We use the revision in order to avoid having to fetch it from the > # repo during parse > SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" > -- > 2.9.3 >