bitbake: fetch2: Improve lock/done stamp file paths for local files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2013 21:38:17 +0000 (21:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 12:12:36 +0000 (12:12 +0000)
commit98614522ef0b011d96360ec5d8d58d80788608a5
tree030d0a135883e2b88448770d8b6a7a0903a1dd52
parentdd2ac15619b3c524a4d532454da23b0d59652116
bitbake: fetch2: Improve lock/done stamp file paths for local files

Currently stamps end up at the top level of DL_DIR even if the files
themselves are in a directory structure. This patch preserves path
components allowing the top level directory to be less populated
which is an advantage for large sstate caches.

(Bitbake rev: 59921ce3ed7a4c0b7f8ef1a101ad9127469bf1fd)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py