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:
Peter Korsgaard 2013-02-05 09:00:22 +01:00
parent 94e04800b2
commit e47219ea32
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_DMRAID config BR2_PACKAGE_DMRAID
bool "dmraid" bool "dmraid"
depends on BR2_LARGEFILE depends on BR2_LARGEFILE
depends on BR2_USE_MMU # lvm2
select BR2_PACKAGE_LVM2 select BR2_PACKAGE_LVM2
help help
dmraid discovers, activates, deactivates and displays properties dmraid discovers, activates, deactivates and displays properties

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_LVM2 config BR2_PACKAGE_LVM2
bool "lvm2 & device mapper" bool "lvm2 & device mapper"
depends on BR2_LARGEFILE depends on BR2_LARGEFILE
depends on BR2_USE_MMU # needs fork()
help help
This is LVM2, the rewrite of The Linux Logical Volume Manager. This is LVM2, the rewrite of The Linux Logical Volume Manager.
LVM supports enterprise level volume management of disk and disk LVM supports enterprise level volume management of disk and disk

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_PARTED
bool "parted" bool "parted"
depends on BR2_LARGEFILE depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR depends on BR2_USE_WCHAR
depends on BR2_USE_MMU # lvm2
select BR2_PACKAGE_LVM2 select BR2_PACKAGE_LVM2
select BR2_PACKAGE_READLINE select BR2_PACKAGE_READLINE
select BR2_PACKAGE_UTIL_LINUX select BR2_PACKAGE_UTIL_LINUX

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_UDISKS
bool "udisks" bool "udisks"
depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # lvm2
select BR2_PACKAGE_UDEV select BR2_PACKAGE_UDEV
select BR2_PACKAGE_UDEV_ALL_EXTRAS select BR2_PACKAGE_UDEV_ALL_EXTRAS
select BR2_PACKAGE_DBUS select BR2_PACKAGE_DBUS