]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2/npm: don't download same URL multiple times
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Sep 2016 02:11:41 +0000 (14:11 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Sep 2016 11:15:07 +0000 (12:15 +0100)
commitd5698c0afca89f81d95a4850dcffec56de9bbe3e
tree233742eb04399d21a1be50a90e3d1219e2d979f5
parentd649c64bebb0ae756ac65068f5b64262bcfffdd2
bitbake: fetch2/npm: don't download same URL multiple times

If we've already fetched a particular URL then we do not need to do so
again within in the same operation. Maintain an internal list of fetched
URLs to avoid doing that.

(Bitbake rev: b4705c80add1f618c11a9223cdd9578d763b50ec)

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