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.
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to