1config BR2_PACKAGE_ERLANG_P1_ACME 2 bool "erlang-p1-acme" 3 depends on BR2_INSTALL_LIBSTDCPP # erlang-jiffy 4 select BR2_PACKAGE_ERLANG_IDNA 5 select BR2_PACKAGE_ERLANG_JIFFY 6 select BR2_PACKAGE_ERLANG_JOSE 7 select BR2_PACKAGE_ERLANG_P1_YCONF 8 help 9 ACME client library for Erlang. 10 11 https://github.com/processone/p1_acme 12 13comment "erlang-p1-acme needs a toolchain w/ C++" 14 depends on !BR2_INSTALL_LIBSTDCPP 15