I think you need to add the md5 sum of source tarball as well, something likeMy 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?