mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
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
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user