From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by mail.openembedded.org (Postfix) with ESMTP id B967671C4D for ; Tue, 18 Oct 2016 22:03:02 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3sz85J5qSlz3hjcS; Tue, 18 Oct 2016 23:55:32 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3sz85J5hDjzvkY4; Tue, 18 Oct 2016 23:55:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id FjCNV1qyH8yS; Tue, 18 Oct 2016 23:55:31 +0200 (CEST) X-Auth-Info: +432cFM/EP+DblnEsqSZ6XFM5wsL9RBCRko4SWM8xes= Received: from chi.lan (unknown [195.140.253.167]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 18 Oct 2016 23:55:31 +0200 (CEST) From: Marek Vasut To: openembedded-core@lists.openembedded.org Date: Tue, 18 Oct 2016 23:55:13 +0200 Message-Id: <20161018215513.2873-5-marex@denx.de> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161018215513.2873-1-marex@denx.de> References: <20161018215513.2873-1-marex@denx.de> Cc: Marek Vasut Subject: [PATCH 5/5] 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: Tue, 18 Oct 2016 22:03:03 -0000 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 --- 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 a535df1..5b02c87 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 @@ -4,7 +4,6 @@ SECTION = "bootloaders" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" -# 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