From cbc6b03ebc84571ba61c79ac974c2f603d1b477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Salvador=20Rufo?= Date: Tue, 26 Apr 2022 15:28:34 +0200 Subject: [PATCH] docs/manual/prerequisite.txt: add diffutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The command `cmp` is used by `package/pkg-generic.mk` at commit 8623cc5deb5. This command is provided by `diffutils`, so it should be installed on the host system. Signed-off-by: José Luis Salvador Rufo Signed-off-by: Thomas Petazzoni (cherry picked from commit f3d5916a9fde5d1bd451b7705a17c3553ac43de2) Signed-off-by: Peter Korsgaard --- docs/manual/prerequisite.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 40071491f8..763fe79041 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -23,6 +23,7 @@ between distributions). ** +make+ (version 3.81 or any later) ** +binutils+ ** +build-essential+ (only for Debian based systems) +** +diffutils+ ** +gcc+ (version 4.8 or any later) ** `g++` (version 4.8 or any later) ** +bash+