buildroot/package/jose/Config.in
Peter Korsgaard aa06b72f3b jose: new package
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-10-07 23:32:41 +02:00

15 lines
360 B
Plaintext

config BR2_PACKAGE_JOSE
bool "jose"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_JANSSON
select BR2_PACKAGE_OPENSSL
help
C-language implementation of Javascript Object Signing and
Encryption.
https://github.com/latchset/jose
comment "jose needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS