mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/util-linux: make wipefs depend on BR2_USE_MMU
It depends on libblkid and libsmartcols, which use fork().
Fixes:
http://autobuild.buildroot.net/results/82f9712bc90377c625caeb5b175e83a03d5b9d75/
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit d83b5d628a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
45979b950f
commit
caec37adee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user