Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] docs/manual/prerequisite.txt: add findutils in dependencies
@ 2022-08-09 19:34 Julien Olivain
  2022-08-15 20:22 ` Thomas Petazzoni via buildroot
  2022-09-16 21:56 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2022-08-09 19:34 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Thomas De Schampheleire

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 <ju.o@free.fr>
---
 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+
-- 
2.37.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-16 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09 19:34 [Buildroot] [PATCH 1/1] docs/manual/prerequisite.txt: add findutils in dependencies Julien Olivain
2022-08-15 20:22 ` Thomas Petazzoni via buildroot
2022-09-16 21:56 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox