lvm2: uses fork()
Fixes http://autobuild.buildroot.org/results/cbc74e2fb5eaefac1fe17ada1dc46a5c906cc1c9 Also propagate BR2_USE_MMU to lvm2's reverse dependencies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
94e04800b2
commit
e47219ea32
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_DMRAID
|
||||
bool "dmraid"
|
||||
depends on BR2_LARGEFILE
|
||||
depends on BR2_USE_MMU # lvm2
|
||||
select BR2_PACKAGE_LVM2
|
||||
help
|
||||
dmraid discovers, activates, deactivates and displays properties
|
||||
|
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_LVM2
|
||||
bool "lvm2 & device mapper"
|
||||
depends on BR2_LARGEFILE
|
||||
depends on BR2_USE_MMU # needs fork()
|
||||
help
|
||||
This is LVM2, the rewrite of The Linux Logical Volume Manager.
|
||||
LVM supports enterprise level volume management of disk and disk
|
||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_PARTED
|
||||
bool "parted"
|
||||
depends on BR2_LARGEFILE
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_USE_MMU # lvm2
|
||||
select BR2_PACKAGE_LVM2
|
||||
select BR2_PACKAGE_READLINE
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_UDISKS
|
||||
bool "udisks"
|
||||
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # lvm2
|
||||
select BR2_PACKAGE_UDEV
|
||||
select BR2_PACKAGE_UDEV_ALL_EXTRAS
|
||||
select BR2_PACKAGE_DBUS
|
||||
|
Loading…
Reference in New Issue
Block a user