]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bb.fetch.go: iterate over SRC_URI, not urldata.
authorChris Larson <clarson@kergoth.com>
Fri, 17 Apr 2009 23:14:05 +0000 (23:14 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 17 Apr 2009 23:14:05 +0000 (23:14 +0000)
commit60e36de1b7c72139933bc1760094f28a64dc6b43
treea422fff22caddfe0c1c291e13e2c1056df89fb1a
parentc3a887302b587bc14f88e7a757c6aeddc24c79ba
bb.fetch.go: iterate over SRC_URI, not urldata.

urldata can contain urls other than just what's in SRC_URI.  The urls of
mirrors, premirrors, stashes, etc can end up in there as well, and we don't
want bb.fetch.go to be fetching those things directly.

Signed-off-by: Chris Larson <clarson@mvista.com>
lib/bb/fetch/__init__.py