bitbake: fetch2: Ensure star character doesn't end up in mirror tarball names
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jun 2012 11:53:56 +0000 (12:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jun 2012 13:57:17 +0000 (14:57 +0100)
commit48a7ca894d605e04ba2ba7e2052d864ca7e9e7d7
tree11bcda6cb477e231a5cfc9f1105703c365a1e23f
parent7ad0f518b7d7daa0a12b2d5e963afc73655c114a
bitbake: fetch2: Ensure star character doesn't end up in mirror tarball names

If '*' does end up in mirror urls accidently, some strange things
can break since supports_checksum() looks for this, ud.localpath can
then get ignored and this can lead to empty directories being downloaded
"successfully". '*' is a special case for file urls only at this point
so remove any entries that accidentlly make it in through url mapping.

(Bitbake rev: 1369bec2404d942acc3618a8d005ec6868dcfd41)

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