mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
bitbake.conf: Add mkfifo to HOSTTOOLS
This is about to be needed by the psplash recipe and is a standard part of coreutils so usually present on hosts. (From OE-Core rev: 99206612a58e6b69718910e0806d9d36997b2fba) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -486,7 +486,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 iconv id install ld ldd ln ls make md5sum mkdir mknod \
|
||||
head hostname iconv id install ld ldd ln ls make md5sum mkdir mkfifo mknod \
|
||||
mktemp mv nm objcopy objdump od patch perl pr printf pwd \
|
||||
python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
|
||||
sha1sum sha224sum sha256sum sha384sum sha512sum \
|
||||
|
||||
Reference in New Issue
Block a user