poky/bitbake/lib/bb/fetch2
Tzu Hsiang Lin ccbb13fb66 bitbake: fetch2: fix import error for Python 3.6.5
When running bitbake command with Python 3.6.5 always result in
import error causing by the change of distutils module.
This patch replaces the method to search executable in PATH by
"/usr/bin/env <command>".

(Bitbake rev: 0193e1f5b2128602ad8a80c82a3dd4d2cdb6e4a7)

Signed-off-by: Tzu Hsiang Lin <t9360341@ntut.org.tw>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-07-26 13:51:02 +01:00
..
__init__.py bitbake: fetch2: Do not fail to create symbolic links if they already exist 2017-12-18 16:44:37 +00:00
bzr.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
clearcase.py bitbake: fetch2: fix import error for Python 3.6.5 2018-07-26 13:51:02 +01:00
cvs.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
git.py bitbake: Replace deprecated git branch parameter "--set-upstream" 2017-11-07 13:38:57 +00:00
gitannex.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
gitsm.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
hg.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
local.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
npm.py bitbake: fetch2: fix import error for Python 3.6.5 2018-07-26 13:51:02 +01:00
osc.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
perforce.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
repo.py bitbake: fetch2: preserve current working directory 2016-08-20 16:08:59 +01:00
sftp.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
ssh.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
svn.py bitbake: bb.fetch2.svn: correctly pass workdir when fetching 2016-09-02 18:09:50 +01:00
wget.py bitbake: wget: Fix handling of urls with user/password 2017-08-29 15:12:43 +01:00