From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com [192.94.38.131]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 007C6E014FA for ; Tue, 28 May 2013 05:06:10 -0700 (PDT) Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UhIfJ-00007W-14 from Fahad_Usman@mentor.com ; Tue, 28 May 2013 05:06:09 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 28 May 2013 05:06:08 -0700 Received: from [137.202.157.99] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 28 May 2013 13:06:06 +0100 Message-ID: <51A49DA5.4070106@mentor.com> Date: Tue, 28 May 2013 17:05:57 +0500 From: "Usman, Fahad" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Zafrullah Syed References: In-Reply-To: X-Originating-IP: [137.202.0.76] X-OriginalArrivalTime: 28 May 2013 12:06:08.0318 (UTC) FILETIME=[BCA2FDE0:01CE5B9B] Cc: yocto@yoctoproject.org Subject: Re: Hello world-Checksum error X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 12:06:10 -0000 Content-Type: multipart/alternative; boundary="------------080000030301000408090909" --------------080000030301000408090909 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 05/28/2013 04:46 PM, Zafrullah Syed wrote: > *My hello.bb file is*: > > DESCRIPTION = "GNU Helloworld application" > SECTION = "examples" > LICENSE = "GPLv3+" > LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > PR = "r0" > SRC_URI = "${ftp://ftp.gnu.org/gnu}/hello/hello-${2.7}.tar.gz > " > inherit autotools gettext > > I downloaded hello-2.7.tar.gz -> extracted -> ran md5sum against > COPYING -> got md5 -> added that md5 to my hello.bb > file. > Any ideas where I am doing wrong? > I think you need to add the md5 sum of source tarball as well, something like SRC_URI[md5sum] = "b93435488942486c8d0ca22e8f768034" Regards, Fahad. --------------080000030301000408090909 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit
On 05/28/2013 04:46 PM, Zafrullah Syed wrote:
My hello.bb file is:

DESCRIPTION = "GNU Helloworld application" 
SECTION = "examples" 
LICENSE = "GPLv3+" 
PR = "r0" 
inherit autotools gettext 

I downloaded hello-2.7.tar.gz -> extracted -> ran md5sum against COPYING -> got md5 -> added that md5 to my hello.bb file.
Any ideas where I am doing wrong?

I think you need to add the md5 sum of source tarball as well, something like
SRC_URI[md5sum] = "b93435488942486c8d0ca22e8f768034"

Regards,
Fahad.
--------------080000030301000408090909--