Commit e47219ea authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

lvm2: uses fork()

Fixes http://autobuild.buildroot.org/results/cbc74e2fb5eaefac1fe17ada1dc46a5c906cc1c9



Also propagate BR2_USE_MMU to lvm2's reverse dependencies.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 94e04800
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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