diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2015-09-10 18:15:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-18 09:05:34 +0100 |
commit | 2bb600a579cd8fec3887593b3a26e26a4b06b13b (patch) | |
tree | 6c9596a39f8785bddc3ae6088c9d72feb5d424a8 /bitbake/lib/bb/tests/utils.py | |
parent | 4c3d4eceb1811c4c17fb6649be86d8038a8daf4d (diff) | |
download | poky-2bb600a579cd8fec3887593b3a26e26a4b06b13b.tar.gz |
bitbake: tests/fetch.py: Fix recursion failure in url mapping
Instead of reproducessing the same line over and over and over, we remove the
current line from the mirror list. This permits us to re-evaluate the list
while excluding all matches that have previousily occured.
Without this fix, adding this test results in a failure:
RuntimeError: maximum recursion depth exceeded in cmp
(Bitbake rev: 24a8e9a5b0ba145ae589178d74365c986ebca325)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/utils.py')
0 files changed, 0 insertions, 0 deletions