8290f2ea11
[Thomas: - Adjust the comment about the dependency on erlang - Fix license to be 'GPLv2+ with OpenSSL exception' and not just 'GPLv2+' - Use double quotes instead of simple quotes in the .mk file. - Don't use the EJABBERD_MAKE_ENV variable, since it's not defined anywhere. - Remove the 0007-fix-init.patch patch, since we're not using the init script provided by ejabberd, and rename 0008-fix-install-permissions.patch to 0007-fix-install-permissions.patch.] Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
665 B
Plaintext
22 lines
665 B
Plaintext
config BR2_PACKAGE_EJABBERD
|
|
bool "ejabberd"
|
|
depends on BR2_PACKAGE_ERLANG
|
|
select BR2_PACKAGE_ERLANG_LAGER
|
|
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
|
|
select BR2_PACKAGE_ERLANG_P1_ICONV
|
|
select BR2_PACKAGE_ERLANG_P1_SIP
|
|
select BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
|
select BR2_PACKAGE_ERLANG_P1_XML
|
|
select BR2_PACKAGE_ERLANG_P1_YAML
|
|
select BR2_PACKAGE_ERLANG_P1_ZLIB
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
Ejabberd is a Jabber/XMPP instant messaging server, written
|
|
in Erlang/OTP. Among other features, ejabberd is
|
|
cross-platform, fault-tolerant, clusterable and modular.
|
|
|
|
http://www.ejabberd.im
|
|
|
|
comment "ejabberd needs erlang"
|
|
depends on !BR2_PACKAGE_ERLANG
|