[Buildroot] [git commit] package/docker-engine: devicemapper driver does not need liblvm2app

Yann E. MORIN yann.morin.1998 at free.fr
Mon May 17 20:17:27 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=378e9f4b11631725937d343ed58a091536575d65
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

lvm2 app library is not needed to build devicemapper filesystem driver

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
[yann.morin.1998 at free.fr: tweak title]
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/docker-engine/Config.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index 357101f280..911cbfe428 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -34,9 +34,7 @@ config BR2_PACKAGE_DOCKER_ENGINE_DRIVER_DEVICEMAPPER
 	depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
 	depends on BR2_USE_MMU # lvm2
 	depends on !BR2_STATIC_LIBS # lvm2
-	depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
 	select BR2_PACKAGE_LVM2
-	select BR2_PACKAGE_LVM2_APP_LIBRARY
 	help
 	  Build the devicemapper filesystem driver for Docker.
 



More information about the buildroot mailing list