From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Si8Ax-0000MH-Uf for openembedded-core@lists.openembedded.org; Fri, 22 Jun 2012 20:01:44 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 22 Jun 2012 10:50:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="183788986" Received: from unknown (HELO [10.255.12.175]) ([10.255.12.175]) by fmsmga002.fm.intel.com with ESMTP; 22 Jun 2012 10:50:55 -0700 Message-ID: <4FE4B07F.7060206@linux.intel.com> Date: Fri, 22 Jun 2012 10:50:55 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1340120601-23917-1-git-send-email-raj.khem@gmail.com> In-Reply-To: <1340120601-23917-1-git-send-email-raj.khem@gmail.com> Subject: Re: [PATCH] gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 18:01:44 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/19/2012 08:43 AM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/gcc/gcc-4.7.inc | 12 ++++++------ > 1 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc > index 34a73b1..25a1088 100644 > --- a/meta/recipes-devtools/gcc/gcc-4.7.inc > +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc > @@ -3,12 +3,12 @@ require gcc-common.inc > PR = "r2" > > # Third digit in PV should be incremented after a minor release > -# happens from this branch on gcc e.g. currently its 4.7.0 > -# when 4.7.1 is releases and we bump SRCREV beyond the release > -# on branch then PV should be incremented to 4.7.1+svnr${SRCPV} > +# happens from this branch on gcc e.g. currently its 4.7.1 > +# when 4.7.2 is releases and we bump SRCREV beyond the release > +# on branch then PV should be incremented to 4.7.2+svnr${SRCPV} > # to reflect that change > > -PV = "4.7.0+svnr${SRCPV}" > +PV = "4.7.1+svnr${SRCPV}" > > # BINV should be incremented after updating to a revision > # after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made > @@ -16,9 +16,9 @@ PV = "4.7.0+svnr${SRCPV}" > # 4.7.1 then the value below will have 2 which will mean 4.7.2 > # which will be next minor release and so on. > > -BINV = "4.7.1" > +BINV = "4.7.2" > > -SRCREV = "186651" > +SRCREV = "188658" > BRANCH = "gcc-4_7-branch" > FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" > Merged into OE-Core Thanks Sau!