summaryrefslogtreecommitdiffstats
path: root/package/jose/Config.in
blob: 4a9ed8da650a61d07fd0e8402767cfb93c15f5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
OpenPOWER on IntegriCloud