]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add mkfifo to HOSTTOOLS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Jan 2021 14:43:43 +0000 (14:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2021 13:48:06 +0000 (13:48 +0000)
This is about to be needed by the psplash recipe and is a standard part
of coreutils so usually present on hosts.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index af614ff34764a73ddde21dbbf075d50fb085f96c..a04005b0f57db43ba71779b824cf7ac724d316b6 100644 (file)
@@ -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 \