diff options
author | Diego Rondini <diego.rondini@kynetics.com> | 2017-04-27 13:28:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-28 11:26:06 +0100 |
commit | b85e41eeef3fddc2c15439cf78b8cc8542b5bc22 (patch) | |
tree | b69209afdf45da449fca6c648cb62c2068a506dc | |
parent | cb6c02bd8c65ea033a939011cbba21ad0442acf0 (diff) | |
download | openembedded-core-b85e41eeef3fddc2c15439cf78b8cc8542b5bc22.tar.gz openembedded-core-b85e41eeef3fddc2c15439cf78b8cc8542b5bc22.tar.bz2 openembedded-core-b85e41eeef3fddc2c15439cf78b8cc8542b5bc22.zip |
bitbake.conf: Add python2 to HOSTTOOLS
Add python2 to HOSTTOOLS as, according to
https://www.python.org/dev/peps/pep-0394/, the command "python2" should be the
one used in scripts that are not yet ported to Python 3.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 16a1fcd9db..bab7016fba 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -458,7 +458,7 @@ HOSTTOOLS += " \ cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \ - mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python \ + mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python python2 \ python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \ sleep sort split stat strings strip tail tar tee test touch tr true uname \ uniq wc wget which xargs \ |