diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2015-01-12 18:36:13 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-14 11:32:01 +0000 |
commit | 3cd31b19d34c9aa1d40fc1f59de6a1925988bb8d (patch) | |
tree | 95b3a2dfbff924d4ca147493269a661f9b819acb /bitbake/lib/bb/runqueue.py | |
parent | 83a30dfd495f0b8e90b7b5725c946c659ecbd93d (diff) | |
download | poky-3cd31b19d34c9aa1d40fc1f59de6a1925988bb8d.tar.gz |
bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpath
When urls ends with trailing slash os.path.basename return "" [1]
and built urldata.localpath only with DL_DIR, it causes that
donestamp is built as DL_DIR + '.done' and seems that ssh resource
was already download.
[YOCTO #6448]
[1] https://docs.python.org/2/library/os.path.html#os.path.basename
(Bitbake rev: 47992591349bab2c12741b937096e41085399087)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
0 files changed, 0 insertions, 0 deletions