mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
luksmeta: enabled build with musl
cryptsetup is available under musl since commit f71507d41bcb00 (lvm2: make basic package available under musl). Enable luksmeta as well. Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
de7bd25bfa
commit
2a604ddcd8
@ -3,7 +3,6 @@ config BR2_PACKAGE_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 # cryptsetup -> lvm2
|
||||||
depends on !BR2_TOOLCHAIN_USES_MUSL # cryptsetup -> lvm2
|
|
||||||
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
|
||||||
@ -12,8 +11,7 @@ config BR2_PACKAGE_LUKSMETA
|
|||||||
|
|
||||||
https://github.com/latchset/luksmeta
|
https://github.com/latchset/luksmeta
|
||||||
|
|
||||||
comment "luksmeta needs a glibc or uClibc toolchain w/ threads, dynamic library"
|
comment "luksmeta needs a toolchain w/ threads, dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS \
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|| BR2_TOOLCHAIN_USES_MUSL
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user