]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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 21:59:35 +0000 (13:59 -0800)
commit58bfd8d88495d4cae808e23b7af40e65ad05450f
tree58ad43eaeace4df6b2b436d5b8f859dd2f48bca7
parent8af519a49a3374bd9004864ef31ca8aa328e9f34
wget: Improve mkdir handling

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

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