mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
erlang-p1-stringprep: add missing dependency on erlang-p1-utils
Fixes: http://autobuild.buildroot.net/results/6a6fe920eb54d05ba7aff0da9c4dc5a799ae0e3b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
cdb9306ed2
commit
09f020105f
@ -4,6 +4,7 @@ comment "erlang-p1-stringprep needs a toolchain w/ C++"
|
|||||||
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
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
select BR2_PACKAGE_ERLANG_P1_UTILS
|
||||||
help
|
help
|
||||||
Erlang interface to stringprep
|
Erlang interface to stringprep
|
||||||
|
|
||||||
|
@ -8,5 +8,6 @@ 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 (tools/*.tcl), Apache-2.0 (rest)
|
ERLANG_P1_STRINGPREP_LICENSE = TCL (tools/*.tcl), Apache-2.0 (rest)
|
||||||
ERLANG_P1_STRINGPREP_LICENSE_FILES = LICENSE.ALL LICENSE.TCL LICENSE.txt
|
ERLANG_P1_STRINGPREP_LICENSE_FILES = LICENSE.ALL LICENSE.TCL LICENSE.txt
|
||||||
|
ERLANG_P1_STRINGPREP_DEPENDENCIES = erlang-p1-utils
|
||||||
|
|
||||||
$(eval $(rebar-package))
|
$(eval $(rebar-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user