mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/containerd: remove lvm2 !BR2_STATIC_LIBS entry
Remove lvm2 !BR2_STATIC_LIBS dependency (It still depends on !BR2_STATIC_LIBS by BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS) Signed-off-by: Andreas Mohr <and@gmx.li> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
665d4c5b3d
commit
c455948683
@@ -32,14 +32,13 @@ config BR2_PACKAGE_CONTAINERD_DRIVER_DEVMAPPER
|
|||||||
bool "devmapper snapshot driver"
|
bool "devmapper snapshot driver"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # lvm2
|
||||||
depends on BR2_USE_MMU # lvm2
|
depends on BR2_USE_MMU # lvm2
|
||||||
depends on !BR2_STATIC_LIBS # lvm2
|
|
||||||
select BR2_PACKAGE_LVM2
|
select BR2_PACKAGE_LVM2
|
||||||
help
|
help
|
||||||
Build the devmapper snapshot driver for containerd.
|
Build the devmapper snapshot driver for containerd.
|
||||||
|
|
||||||
comment "devmapper snapshot driver needs a toolchain w/ threads, dynamic library"
|
comment "devmapper snapshot driver needs a toolchain w/ threads"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_CONTAINERD_DRIVER_ZFS
|
config BR2_PACKAGE_CONTAINERD_DRIVER_ZFS
|
||||||
bool "zfs snapshot driver"
|
bool "zfs snapshot driver"
|
||||||
|
|||||||
Reference in New Issue
Block a user