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 93E3C60684 for ; Thu, 20 Oct 2016 13:35:33 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3t08vK1Wnkz3hlRF; Thu, 20 Oct 2016 15:35:23 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3t08vH4Y4dzvkjb; Thu, 20 Oct 2016 15:35:23 +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 eHDfqRnYJZn9; Thu, 20 Oct 2016 15:35:22 +0200 (CEST) X-Auth-Info: 9iEZfJh/2wpxXWvWkKnqfxPFkP56DiWLJqyxi1fhbi8= Received: from chi.lan (unknown [195.140.253.167]) by mail.mnet-online.de (Postfix) with ESMTPA; Thu, 20 Oct 2016 15:35:22 +0200 (CEST) From: Marek Vasut To: openembedded-core@lists.openembedded.org Date: Thu, 20 Oct 2016 15:35:12 +0200 Message-Id: <20161020133514.3403-2-marex@denx.de> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161020133514.3403-1-marex@denx.de> References: <20161020133514.3403-1-marex@denx.de> Cc: Marek Vasut Subject: [PATCH 2/4] u-boot: Drop the +git part from PV 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:35:33 -0000 The U-Boot package is using release versions of U-Boot, so drop the extra +git part from PV. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Denys Dmytriyenko --- meta/recipes-bsp/u-boot/u-boot-common_2016.09.01.inc | 2 +- 1 file changed, 1 insertion(+), 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 ead5077..0a90621 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 @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" # repo during parse SRCREV = "f3363c060497515ca8b71451cb56f3ec0abacaa9" -PV = "v2016.09.01+git${SRCPV}" +PV = "v2016.09.01" SRC_URI = "git://git.denx.de/u-boot.git;branch=u-boot-2016.09.y" -- 2.9.3