bitbake: wget: Improve mkdir handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Feb 2013 21:52:38 +0000 (13:52 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Feb 2013 22:00:32 +0000 (14:00 -0800)
commit1ae4b0ac194b89a5a818e3e9c7b0140d430c9d06
tree8791c35fb1672091765963c88cf5a7e386f20ca3
parent03257d5cf9ede7b8b1c7b7218a48c8fadad5f22a
bitbake: wget: Improve mkdir handling

If there there isn't a subdirectory to the downloadfilename, this was
failing. This patch avoids that issue.

(Bitbake rev: 58bfd8d88495d4cae808e23b7af40e65ad05450f)

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