summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2019-06-20 02:34:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-21 00:33:23 +0100
commit273691a3324bf212e2c83e1bba04f2b6a90a463a (patch)
treea687340bbadb723fca51c0afac6e15f3249d6fcf /meta/conf/bitbake.conf
parent318cdf9d4a46cdb8a36b26b86a9958fb81106a80 (diff)
downloadpoky-273691a3324bf212e2c83e1bba04f2b6a90a463a.tar.gz
bitbake: add iconv to HOSTTOOLS
Some package such as vim depends on iconv. Without iconv, vim-common which is the sub-pakcage of vim may include different files as failed to use iconv to generate the *.po file. (From OE-Core rev: a7d3650e346e8a6c2c27c567c4c0bf6a47b47317) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 c5313ccd19..4b907d6820 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -492,7 +492,7 @@ HOSTTOOLS += " \
492 [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ 492 [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \
493 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ 493 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
494 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ 494 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
495 head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \ 495 head hostname iconv id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
496 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \ 496 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
497 python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \ 497 python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
498 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 498 sleep sort split stat strings strip tail tar tee test touch tr true uname \