From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RGlpb-00082D-0K for openembedded-core@lists.openembedded.org; Thu, 20 Oct 2011 08:10:23 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p9K64Q3u003634 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 19 Oct 2011 23:04:26 -0700 (PDT) Received: from [128.224.162.191] (128.224.162.191) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Wed, 19 Oct 2011 23:04:26 -0700 Message-ID: <4E9FB9EC.60203@windriver.com> Date: Thu, 20 Oct 2011 14:04:28 +0800 From: wenzong fan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: References: In-Reply-To: Subject: Re: [PATCH 1/3 v2] ccache: update to 3.1.6 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: Thu, 20 Oct 2011 06:10:24 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Recall this threads, they are duplicated with another one. Wenzong On 10/20/2011 01:59 PM, wenzong.fan@windriver.com wrote: > From: Wenzong Fan > > Update ccache to 3.1.6 from 3.1.5. > > Signed-off-by: Wenzong Fan > --- > .../ccache/{ccache_3.1.5.bb => ccache_3.1.6.bb} | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/ccache/{ccache_3.1.5.bb => ccache_3.1.6.bb} (47%) > > diff --git a/meta/recipes-devtools/ccache/ccache_3.1.5.bb b/meta/recipes-devtools/ccache/ccache_3.1.6.bb > similarity index 47% > rename from meta/recipes-devtools/ccache/ccache_3.1.5.bb > rename to meta/recipes-devtools/ccache/ccache_3.1.6.bb > index 9a967b2..e87468a 100644 > --- a/meta/recipes-devtools/ccache/ccache_3.1.5.bb > +++ b/meta/recipes-devtools/ccache/ccache_3.1.6.bb > @@ -4,5 +4,5 @@ PR = "r0" > LICENSE = "GPLv3+" > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e92ec45d4fca91f127864fb9e5d932" > > -SRC_URI[md5sum] = "b1a9684828eae68382d6afc98ce80d24" > -SRC_URI[sha256sum] = "54afc35c672ce451e04a478cfc0eb74c1ba184e27ef24881206602aa0eb94d63" > +SRC_URI[md5sum] = "e6565e7d6c95d1e35b7a0d67e39901e8" > +SRC_URI[sha256sum] = "59f58bb73f00db5bbff36b8eb530d3000c86b3110e34cf8dba9e2a5d19eb684f" >