bitbake: fetch2: avoid cache ignoring missing files
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 7 Apr 2014 14:01:17 +0000 (15:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Apr 2014 12:07:25 +0000 (13:07 +0100)
commit749693bcc721712c8d0aaa8f39b3d50ea554a70a
tree613b2ea114cdb617a93a2dc9e658e02bc8c096a4
parenteedafc7a31242447b14d084736fd43c482021f15
bitbake: fetch2: avoid cache ignoring missing files

Previously, if a file listed in SRC_URI was missing at the time of
parsing, and then was added and bitbake run again, it would not be
picked up because the recipe was cached without it. If we allow the file
to be added to the list of files to checksum, then it will be checked
for and found on the second run.

Fixes [YOCTO #4790].

(Bitbake rev: 71da822762cb298261cccdfa54b9c0fea02c3c5d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py