ede7d0bd77
- Drop second and third patches (already in version)
- C++ is mandatory since
153b081a9b
https://github.com/urcu/userspace-rcu/blob/v0.14.0/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
comment "multipath-tools needs udev and a toolchain w/ threads, dynamic library, C++"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
|
|
!BR2_PACKAGE_HAS_UDEV || !BR2_INSTALL_LIBSTDCPP
|
|
|
|
config BR2_PACKAGE_MULTIPATH_TOOLS
|
|
bool "multipath-tools"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
depends on BR2_INSTALL_LIBSTDCPP # liburcu
|
|
select BR2_PACKAGE_JSON_C
|
|
select BR2_PACKAGE_LIBURCU
|
|
select BR2_PACKAGE_LIBAIO
|
|
select BR2_PACKAGE_LVM2
|
|
select BR2_PACKAGE_LVM2_STANDARD_INSTALL
|
|
select BR2_PACKAGE_READLINE
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBS
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBMOUNT
|
|
help
|
|
This package provides the following binaries to drive
|
|
the Device Mapper multipathing driver:
|
|
* multipath - Device mapper target autoconfig.
|
|
* multipathd - Multipath daemon.
|
|
* mpathpersist - Manages SCSI persistent reservations on
|
|
dm multipath devices.
|
|
* kpartx - Create device maps from partition tables.
|
|
|
|
https://github.com/openSUSE/multipath-tools
|