From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wy0-f175.google.com ([74.125.82.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R1SAR-0004py-R4 for openembedded-devel@lists.openembedded.org; Thu, 08 Sep 2011 02:08:31 +0200 Received: by wyf19 with SMTP id 19so171230wyf.6 for ; Wed, 07 Sep 2011 17:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=utVQz/UvGDFd51gP8qBisj4HaSMDB10k4bCP1/qAtXU=; b=k6pb/Uk1ag2oj2huvMhZ1BSUIUfdCZq5/iEs10EnxMXypZmcv97b8hLKN17eR0WYCz tyKcJ8tFnWqSetdj4m3hM+QObRaCiJksvEs47PHFPSIRjpqRN9k/jz9PRuXT2/1d0rUp DGqgLw5YngklL6DwXQvh40PUaD5adj7Wn+yEw= Received: by 10.227.53.212 with SMTP id n20mr27100wbg.58.1315440209038; Wed, 07 Sep 2011 17:03:29 -0700 (PDT) Received: from localhost.localdomain (host86-185-41-205.range86-185.btcentralplus.com [86.185.41.205]) by mx.google.com with ESMTPS id ev5sm2326566wbb.11.2011.09.07.17.03.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 17:03:27 -0700 (PDT) From: Ilya Dmitrichenko To: openembedded-devel@lists.openembedded.org Date: Thu, 8 Sep 2011 02:03:27 +0100 Message-Id: <1315443807-16046-1-git-send-email-errordeveloper@gmail.com> X-Mailer: git-send-email 1.7.3.4 Subject: [PATCH] binutils-2.20.1: fix checksums X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 00:08:31 -0000 Signed-off-by: Ilya Dmitrichenko --- recipes/binutils/binutils_2.20.1.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb index 5154e2d..f40b676 100644 --- a/recipes/binutils/binutils_2.20.1.bb +++ b/recipes/binutils/binutils_2.20.1.bb @@ -24,8 +24,8 @@ SRC_URI_append_nios2 =" \ file://binutils-nios2.patch \ " -SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8" -SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" +SRC_URI[tarball.sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64" +SRC_URI[tarball.md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764" # powerpc patches SRC_URI += "\ -- 1.7.3.4