mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/lvm2: add missing dependency to lvmetad
Commit 9889b8ce7fcef50fb5089f6e3e84b54f730d0ca6 forgot to propagate dependency from lvm2-app-library to lvmetad Fixes: - No autobuilder failures yet Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bb4b143a09
commit
d623e3784c
@ -49,6 +49,7 @@ comment "lvm2 application library needs a glibc or uClibc toolchain"
|
|||||||
|
|
||||||
config BR2_PACKAGE_LVM2_LVMETAD
|
config BR2_PACKAGE_LVM2_LVMETAD
|
||||||
bool "install lvmetad"
|
bool "install lvmetad"
|
||||||
|
depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2-app-library
|
||||||
select BR2_PACKAGE_LVM2_APP_LIBRARY
|
select BR2_PACKAGE_LVM2_APP_LIBRARY
|
||||||
help
|
help
|
||||||
Install lvmetad
|
Install lvmetad
|
||||||
@ -60,6 +61,9 @@ config BR2_PACKAGE_LVM2_LVMETAD
|
|||||||
system. lvmetad can be a disadvantage when disk event
|
system. lvmetad can be a disadvantage when disk event
|
||||||
notifications from the system are unreliable.
|
notifications from the system are unreliable.
|
||||||
|
|
||||||
|
comment "lvmetad daemon needs a glibc or uClibc toolchain"
|
||||||
|
depends on BR2_TOOLCHAIN_USES_MUSL
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "lvm2 needs a toolchain w/ threads, dynamic library"
|
comment "lvm2 needs a toolchain w/ threads, dynamic library"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user