From 01af0a8d55ffc31a667f56da80ea755bb8497874 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 9 Aug 2022 21:34:25 +0200 Subject: [PATCH] docs/manual/prerequisite.txt: add findutils in dependencies The "find" and "xargs" commands, from the "findutils" package are used during the build process. See for example [1]. Even if it's a quite common package which is almost sure to be present on the host, it should be listed here. When writing new recipes, hooks and scripts, it is generally safe and portable to restrict to the host dependencies listed in those prerequisites. This commit just add the missing "findutils" package in this list. [1] https://git.buildroot.org/buildroot/tree/Makefile?h=2022.05.1#n737 Signed-off-by: Julien Olivain Signed-off-by: Thomas Petazzoni (cherry picked from commit 7652817c93a02715e0d334d70118a0d8b6917ca6) 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 763fe79041..48be489f90 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -37,6 +37,7 @@ between distributions). ** +rsync+ ** +file+ (must be in +/usr/bin/file+) ** +bc+ +** +findutils+ * Source fetching tools: ** +wget+