On 2013-11-20 03:01, Mike Looijmans wrote:
I get this error every time I try t build the current oe-core master:

ERROR: Checksum failure fetching 
https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz;downloadfilename=tslib-1.1.tar.xz
ERROR: Function failed: Fetcher failure for URL: 
'https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz;downloadfilename=tslib-1.1.tar.xz'.
 Checksum mismatch!
File: '/home/mike/zynq-next/build/downloads/tslib-1.1.tar.xz' has md5 checksum 
d41d8cd98f00b204e9800998ecf8427e when 14771f8607b341bb4b297819d37e837d was 
expected

Now the weird thing is, that when I fetch the thing using wget, I get a blob 
with the right checksum:

# wget https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz
# md5sum tslib-1.1.tar.xz
14771f8607b341bb4b297819d37e837d  tslib-1.1.tar.xz

Is oe-core using some other flavour of wget or what else could cause this kind 
of fetch error?


What version of OE-core metadata are you using?  The recipe
  meta/recipes-graphics/tslib/tslib_1.1.bb
in OE-core rev 2d8e124adcf27af524eeeae61daf1b21a1c2f27c has
the correct md5sum, so you must have incorrect/stale recipe.

The recipe was last updated in this rev:
commit 2e92d845b433f3a1805c310ccda54cfc7dd8b1e1
Author: Paul Eggleton <paul.eggle...@linux.intel.com>
Date:   Fri Aug 16 14:33:12 2013 +0100

    tslib: update to 1.1

    Drop patches merged upstream. 32bitBE-support.patch wasn't merged, but
    no longer applies and similar changes look to have been made; tslib 1.1
    works properly on qemumips without it, so this has also been dropped.

    Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com>
    Signed-off-by: Saul Wold <s...@linux.intel.com>

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to