bitbake: fetch2: Fix AUTOINC handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 17:10:36 +0000 (18:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2013 11:52:56 +0000 (12:52 +0100)
commitf6ff5689fdf8e43f420193a3840f30460eee96d3
tree43b935891cfd0f78fa1e1cbe5d80d4bae0c03101
parent74893e8299ee7b9b82571918bbebb64f8aa33f4b
bitbake: fetch2: Fix AUTOINC handling

AUTOINC was meant to appear once at the start of the version string.
The list of names may not be sorted meaning it could get inserted in
the middle. This patch simplifies the code and ensures it appears at
the start.

Include cache version bump to ensure the cache picks up these changes.

(Bitbake rev: ad8bf10d873abb94d987860a3f6d06b134fb8a99)

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