diff options
author | Marek Belisko <marek.belisko@open-nandra.com> | 2013-01-18 12:08:47 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-03 14:23:31 +0100 |
commit | 00c1f03ee72659800221f00b657941050f2d880f (patch) | |
tree | e1231bd1dbd559f0d87320c89f81dedd3a30c73c /package/udisks/Config.in | |
parent | 171f5d41665e8ef305e694118b5503dbb50b736e (diff) |
udisks: new package
[Peter: fix dependencies, comment]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/udisks/Config.in')
-rw-r--r-- | package/udisks/Config.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/package/udisks/Config.in b/package/udisks/Config.in new file mode 100644 index 000000000..77cbcb885 --- /dev/null +++ b/package/udisks/Config.in @@ -0,0 +1,34 @@ +config BR2_PACKAGE_UDISKS + bool "udisks" + depends on BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV + depends on BR2_TOOLCHAIN_HAS_THREADS + 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 |