e47219ea32
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>
36 lines
1018 B
Plaintext
36 lines
1018 B
Plaintext
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
|
|
select BR2_PACKAGE_DBUS_GLIB
|
|
select BR2_PACKAGE_SG3_UTILS
|
|
select BR2_PACKAGE_POLKIT
|
|
select BR2_PACKAGE_PARTED
|
|
select BR2_PACKAGE_LVM2
|
|
select BR2_PACKAGE_LIBATASMART
|
|
help
|
|
The udisks project provides
|
|
|
|
o A storage daemon that implements well-defined D-Bus
|
|
interfaces that can be used to query and manipulate
|
|
storage devices.
|
|
|
|
o a command-line tool, udisks(1), that can be used to query
|
|
and use the daemon
|
|
|
|
http://www.freedesktop.org/wiki/Software/udisks
|
|
|
|
config BR2_PACKAGE_UDISKS_LVM2
|
|
bool "lvm2 support"
|
|
depends on BR2_PACKAGE_UDISKS
|
|
select BR2_PACKAGE_LVM2_APP_LIBRARY
|
|
help
|
|
Enable LVM2 support
|
|
|
|
comment "udisks requires /dev mgmnt set to udev under System configuration"
|
|
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|