diff options
author | Tzu Hsiang Lin <t9360341@ntut.org.tw> | 2018-07-26 00:26:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:51:02 +0100 |
commit | ccbb13fb661af127a6b2e3cc3d5fc44e84aa7dfe (patch) | |
tree | 791552477b82e076fc71203555070a80fef3463f /bitbake/lib/bb/fetch2/local.py | |
parent | 13c465663d0d1835773fb30baba345396cf0906e (diff) | |
download | poky-ccbb13fb661af127a6b2e3cc3d5fc44e84aa7dfe.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb/fetch2/local.py')
0 files changed, 0 insertions, 0 deletions