package/lvm2: add missing dependency to lvmetad
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 20 Apr 2020 15:25:57 +0000 (17:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 20 Apr 2020 15:57:04 +0000 (17:57 +0200)
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>
package/lvm2/Config.in

index a41bb053b5c8840f9dedb3a8e54171fd75fd2b9d..a9c5c453fc04db532cc14f92164362d8539ef62d 100644 (file)
@@ -49,6 +49,7 @@ comment "lvm2 application library needs a glibc or uClibc toolchain"
 
 config BR2_PACKAGE_LVM2_LVMETAD
        bool "install lvmetad"
+       depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2-app-library
        select BR2_PACKAGE_LVM2_APP_LIBRARY
        help
          Install lvmetad
@@ -60,6 +61,9 @@ config BR2_PACKAGE_LVM2_LVMETAD
          system.  lvmetad can be a disadvantage when disk event
          notifications from the system are unreliable.
 
+comment "lvmetad daemon needs a glibc or uClibc toolchain"
+       depends on BR2_TOOLCHAIN_USES_MUSL
+
 endif
 
 comment "lvm2 needs a toolchain w/ threads, dynamic library"