2020-01-06 17:11:13 +01:00
|
|
|
config BR2_PACKAGE_ERLANG_P1_ACME
|
|
|
|
bool "erlang-p1-acme"
|
2020-03-07 17:46:19 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # erlang-jiffy
|
2020-01-06 17:11:13 +01:00
|
|
|
select BR2_PACKAGE_ERLANG_IDNA
|
|
|
|
select BR2_PACKAGE_ERLANG_JIFFY
|
|
|
|
select BR2_PACKAGE_ERLANG_JOSE
|
|
|
|
select BR2_PACKAGE_ERLANG_P1_YCONF
|
|
|
|
help
|
|
|
|
ACME client library for Erlang.
|
|
|
|
|
|
|
|
https://github.com/processone/p1_acme
|
2020-03-07 17:46:19 +01:00
|
|
|
|
|
|
|
comment "erlang-p1-acme needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|