mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
erlang-p1-stringprep: bump to version 1.0.0
This version includes C++ code, so also add dependency on a C++ compiler. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> [Thomas: - propagate new C++ dependency to ejabberd, as noticed by Romain Naour - fix license information and license files. Not all the code is under the TCL license, in fact most of the code is under the Apache-2.0 license, and some additional license files have been added to clarify this.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a42e850b05
commit
861ebf9111
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_EJABBERD
|
config BR2_PACKAGE_EJABBERD
|
||||||
bool "ejabberd"
|
bool "ejabberd"
|
||||||
depends on BR2_PACKAGE_ERLANG
|
depends on BR2_PACKAGE_ERLANG
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP # stringprep
|
||||||
select BR2_PACKAGE_ERLANG_LAGER
|
select BR2_PACKAGE_ERLANG_LAGER
|
||||||
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
|
select BR2_PACKAGE_ERLANG_P1_CACHE_TAB
|
||||||
select BR2_PACKAGE_ERLANG_P1_ICONV
|
select BR2_PACKAGE_ERLANG_P1_ICONV
|
||||||
@ -18,5 +19,5 @@ config BR2_PACKAGE_EJABBERD
|
|||||||
|
|
||||||
http://www.ejabberd.im
|
http://www.ejabberd.im
|
||||||
|
|
||||||
comment "ejabberd needs erlang"
|
comment "ejabberd needs erlang, toolchain w/ C++"
|
||||||
depends on !BR2_PACKAGE_ERLANG
|
depends on !BR2_PACKAGE_ERLANG || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
|
comment "erlang-p1-stringprep needs a toolchain w/ C++"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
config BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
config BR2_PACKAGE_ERLANG_P1_STRINGPREP
|
||||||
bool "erlang-p1-stringprep"
|
bool "erlang-p1-stringprep"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
Erlang interface to stringprep
|
Erlang interface to stringprep
|
||||||
|
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ERLANG_P1_STRINGPREP_VERSION = 3c64023
|
ERLANG_P1_STRINGPREP_VERSION = 1.0.0
|
||||||
ERLANG_P1_STRINGPREP_SITE = $(call github,processone,stringprep,$(ERLANG_P1_STRINGPREP_VERSION))
|
ERLANG_P1_STRINGPREP_SITE = $(call github,processone,stringprep,$(ERLANG_P1_STRINGPREP_VERSION))
|
||||||
ERLANG_P1_STRINGPREP_LICENSE = TCL
|
ERLANG_P1_STRINGPREP_LICENSE = TCL (tools/*.tcl), Apache-2.0 (rest)
|
||||||
ERLANG_P1_STRINGPREP_LICENSE_FILES = LICENSE.TCL
|
ERLANG_P1_STRINGPREP_LICENSE_FILES = LICENSE.ALL LICENSE.TCL LICENSE.txt
|
||||||
|
|
||||||
$(eval $(rebar-package))
|
$(eval $(rebar-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user