fetch2/local: Ensure quoting is handled correctly from the url
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jun 2012 12:57:53 +0000 (13:57 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jun 2012 13:07:18 +0000 (14:07 +0100)
commit773fd65f94629b2acd12f92b0fdbe8b537a28011
tree129b35a22686e3df6bbae6c906ac95054d6341d1
parent26d79b0354da695b7e1ce9a1b7ee4ad6a9c85557
fetch2/local: Ensure quoting is handled correctly from the url

The commit 420eb112a4f (fetch2: quote/unquote url paths) caused a regression
since local file urls containing quoted characters are no longer being handled
correctly. This fixes things so the url is dequoted correctly, fixing various
fetcher failures with recipes like "gtk+".

[YOCTO #2558]

(Bitbake rev: 95c0595d66b3f8a5f0716662ba2a878600f312ea)

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