* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
comment "erlang-p1-xmpp needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
config BR2_PACKAGE_ERLANG_P1_XMPP
|
|
bool "erlang-p1-xmpp"
|
|
depends on BR2_INSTALL_LIBSTDCPP # erlang-p1-stringprep
|
|
select BR2_PACKAGE_ERLANG_P1_XML
|
|
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
|
select BR2_PACKAGE_ERLANG_P1_TLS
|
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
|
select BR2_PACKAGE_ERLANG_P1_ZLIB
|
|
help
|
|
XMPP library for Erlang.
|
|
|
|
https://github.com/processone/xmpp
|