1comment "erlang-p1-stringprep needs a toolchain w/ C++" 2 depends on !BR2_INSTALL_LIBSTDCPP 3 4config BR2_PACKAGE_ERLANG_P1_STRINGPREP 5 bool "erlang-p1-stringprep" 6 depends on BR2_INSTALL_LIBSTDCPP 7 select BR2_PACKAGE_ERLANG_P1_UTILS 8 help 9 Erlang interface to stringprep 10 11 https://github.com/processone/stringprep 12