diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-03-03 19:48:55 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-03 22:51:39 +0100 |
commit | 13069b1a1dcbef0bb9b42db98025fa9203283220 (patch) | |
tree | e39bfe142702b1d9bb02b1011bf378642445a96e /tools/firmware-utils/src/mkdlinkfw-lib.c | |
parent | 1f5e7224868109a170a9248d18f8d2b6124e9c5a (diff) | |
download | upstream-13069b1a1dcbef0bb9b42db98025fa9203283220.tar.gz upstream-13069b1a1dcbef0bb9b42db98025fa9203283220.tar.bz2 upstream-13069b1a1dcbef0bb9b42db98025fa9203283220.zip |
build: add which command to build requirements
`which` utility is not shipped by default for example on recent Arch
Linux and then any steps relying on its presence fails, like for example
following Python3 prereq build check:
$ python3 --version
Python 3.9.1
$ make
/bin/sh: line 1: which: command not found
...
Checking 'python3'... failed.
So make `which` utility host build requirement.
References: PR#3820 FS#3525
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'tools/firmware-utils/src/mkdlinkfw-lib.c')
0 files changed, 0 insertions, 0 deletions