mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
bitbake.conf: Add seq to HOSTTOOLS
This fixes detecting available signals when configuring perl. (cnf/configure_sigs.sh) Without this, running aclocal prints warnings about missing signals, which can be further demonstraded by running perl -le 'print for keys %SIG' (From OE-Core rev: ec638ae0775c79a00b364bc59e099edc8f1f201e) Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f1fa6e1bb9
commit
fcfa51ce89
@@ -485,7 +485,7 @@ HOSTTOOLS += " \
|
|||||||
fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
|
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 id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
|
||||||
mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
|
mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
|
||||||
python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \
|
python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed seq sh sha256sum \
|
||||||
sleep sort split stat strings strip tail tar tee test touch tr true uname \
|
sleep sort split stat strings strip tail tar tee test touch tr true uname \
|
||||||
uniq wc wget which xargs \
|
uniq wc wget which xargs \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user