On 30 July 2015 at 20:08, Edward Vidal <devel...@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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to