summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Rondini <diego.rondini@kynetics.com>2017-04-27 13:28:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-29 11:17:22 +0100
commitba9e1066b021927c54506c8650f2e9d3f431fffa (patch)
tree519728603cb8575d1b7b3326ddfca7828abcfab9
parent625732083c743743b5d033fabb34cca85adc46ed (diff)
downloadpoky-ba9e1066b021927c54506c8650f2e9d3f431fffa.tar.gz
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. (From OE-Core rev: b85e41eeef3fddc2c15439cf78b8cc8542b5bc22) Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf2
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 += " \
458 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ 458 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
459 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ 459 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
460 head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \ 460 head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \
461 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python \ 461 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python python2 \
462 python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \ 462 python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \
463 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 463 sleep sort split stat strings strip tail tar tee test touch tr true uname \
464 uniq wc wget which xargs \ 464 uniq wc wget which xargs \