mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
318cdf9d4a
commit
273691a332
@@ -492,7 +492,7 @@ HOSTTOOLS += " \
|
||||
[ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \
|
||||
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 id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
|
||||
head hostname iconv id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
|
||||
mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
|
||||
python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
|
||||
sleep sort split stat strings strip tail tar tee test touch tr true uname \
|
||||
|
||||
Reference in New Issue
Block a user