package/luksmeta: modify !BR2_STATIC_LIBS reason

There are two libraries with same crc32 definition

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Andreas Mohr
2026-05-23 15:19:11 +00:00
committed by Arnout Vandecappelle
parent b12c9d3ccc
commit 9129a43192

View File

@@ -2,7 +2,7 @@ config BR2_PACKAGE_LUKSMETA
bool "luksmeta" bool "luksmeta"
depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2 depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2
depends on BR2_USE_MMU # cryptsetup -> lvm2 depends on BR2_USE_MMU # cryptsetup -> lvm2
depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2 depends on !BR2_STATIC_LIBS # Build fails because of multiple crc32c() definitions
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c
select BR2_PACKAGE_CRYPTSETUP select BR2_PACKAGE_CRYPTSETUP
help help