[Buildroot] [git commit branch/2019.02.x] package/util-linux: make wipefs depend on BR2_USE_MMU

Peter Korsgaard peter at korsgaard.com
Sat Mar 7 20:26:11 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=caec37adee204b374a557432c6bcce9b07c54c3f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

It depends on libblkid and libsmartcols, which use fork().

Fixes:
  http://autobuild.buildroot.net/results/82f9712bc90377c625caeb5b175e83a03d5b9d75/

Signed-off-by: Carlos Santos <unixmania at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit d83b5d628a79e21485eb6445ba9526075675e195)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/util-linux/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index 3c64a19d84..3609da79ad 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -409,6 +409,7 @@ config BR2_PACKAGE_UTIL_LINUX_WALL
 
 config BR2_PACKAGE_UTIL_LINUX_WIPEFS
 	bool "wipefs"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
 	select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS
 	help


More information about the buildroot mailing list