From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QUqPy-0000ux-79 for openembedded-core@lists.openembedded.org; Fri, 10 Jun 2011 03:21:46 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 09 Jun 2011 18:18:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,344,1304319600"; d="scan'208";a="10441148" Received: from unknown (HELO [10.255.12.216]) ([10.255.12.216]) by azsmga001.ch.intel.com with ESMTP; 09 Jun 2011 18:18:14 -0700 Message-ID: <4DF170D5.70805@linux.intel.com> Date: Thu, 09 Jun 2011 18:18:13 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1307667467-467-1-git-send-email-raj.khem@gmail.com> In-Reply-To: <1307667467-467-1-git-send-email-raj.khem@gmail.com> Subject: Re: [PATCH 1/2] openssh_5.8p2.bb: Update SRC_URI checksums 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, 10 Jun 2011 01:21:46 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/09/2011 05:57 PM, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb > index 04d99d9..d5c9e49 100644 > --- a/meta/recipes-connectivity/openssh/openssh_5.8p2.bb > +++ b/meta/recipes-connectivity/openssh/openssh_5.8p2.bb > @@ -26,8 +26,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. > file://ssh_config \ > file://init \ > " > -SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e" > -SRC_URI[sha256sum] = "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314" > +SRC_URI[md5sum] = "88a4a83b0e0e60cd545430d4e4bd7e0c" > +SRC_URI[sha256sum] = "e5a1c821dd8dc33a94c445290956d52e03b3c450f9cd448b96d92317fd4cce42" > > inherit autotools > This is strange, since we are building in other places with this, please confirm you have a good tarball, vs what's in the upstream and on the autobuilder.yoctoproject.org downloads area. Thanks Sau!