[yocto] recipe md5sum and sha256sum changing

Burton, Ross ross.burton at intel.com
Thu Jul 30 12:19:31 PDT 2015


On 30 July 2015 at 20:08, Edward Vidal <develone at sbcglobal.net> wrote:

> SRC_URI = "https://github.com/jandecaluwe/myhdl.git"
> SRC_URI[md5sum] = "6f56a9bcbd03a9c8036f87f32f9adc47"
> SRC_URI[sha256sum] =
> "7766c49947c6574c8fb35d0dfcd795ada1e4e457ab5b15499d7000909b8e46e9"


recipetool obviously doesn't detect that your HTTP URL is actually a git
clone.  Change the URL to something like git://github.com/jandecaluwe/...
so it knows to use a git fetcher and not wget.  This also means you don't
need to set the checksums.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150730/a056bbd5/attachment.html>


More information about the yocto mailing list