79f38212c5
Fix the following build failure raised since the addition of the package
in commit d90ac63d9b
:
Could NOT find Threads (missing: Threads_FOUND)
Fixes:
- http://autobuild.buildroot.org/results/8d63a88291de945661a936d2437917a3428de276
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
config BR2_PACKAGE_MINISIGN
|
|
bool "minisign"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBSODIUM
|
|
select BR2_PACKAGE_LIBSODIUM_FULL
|
|
help
|
|
Minisign is a dead simple tool to sign files and verify
|
|
signatures.
|
|
|
|
https://github.com/jedisct1/minisign
|
|
|
|
comment "minisign needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|