repo: https://github.com/buildroot/buildroot/tree/2021.05 commit: 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Update for 2021.05 Change-Id: I77d6d14da04483c97cb172bf6732732012e538d9
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
config BR2_PACKAGE_ERLANG_P1_ACME
|
|
bool "erlang-p1-acme"
|
|
depends on BR2_INSTALL_LIBSTDCPP # erlang-jiffy
|
|
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
|
|
|
|
comment "erlang-p1-acme needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|