erlang-p1-tls: add missing dependency to openssl

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Johan Oudinet 2015-08-25 14:58:56 +02:00 committed by Thomas Petazzoni
parent ad4be753c1
commit 4be8a0abc4
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
config BR2_PACKAGE_ERLANG_P1_TLS
bool "erlang-p1-tls"
select BR2_PACKAGE_OPENSSL
help
Erlang interface to OpenSSL

View file

@ -9,5 +9,6 @@ ERLANG_P1_TLS_SITE = $(call github,processone,tls,$(ERLANG_P1_TLS_VERSION))
ERLANG_P1_TLS_LICENSE = GPLv2+
ERLANG_P1_TLS_LICENSE_FILES = COPYING
ERLANG_P1_TLS_INSTALL_STAGING = YES
ERLANG_P1_TLS_DEPENDENCIES = openssl
$(eval $(rebar-package))