[yocto] Hello world-Checksum error

Usman, Fahad Fahad_Usman at mentor.com
Tue May 28 05:05:57 PDT 2013


On 05/28/2013 04:46 PM, Zafrullah Syed wrote:
> *My hello.bb <http://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 
> <ftp://ftp.gnu.org/gnu%7D/hello/hello-$%7B2.7%7D.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 <http://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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130528/b4cb58d4/attachment.html>


More information about the yocto mailing list