summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-01-07 15:38:28 -0800
committerUlf Wiger <ulf@feuerlabs.com>2016-01-07 15:38:28 -0800
commitcbae055a5b72547088f1828284e2d428fe66b2d9 (patch)
treecd2d994b44a9b0cb1d741e8c62ff45af2724b666 /components
parent96f23519cff03206591f6640c4378fbe2bf74c35 (diff)
downloadrvi_core-cbae055a5b72547088f1828284e2d428fe66b2d9.tar.gz
add missing ssl/public_key app dependencies
Diffstat (limited to 'components')
-rw-r--r--components/authorize/src/authorize.app.src5
-rw-r--r--components/dlink_tls/src/dlink_tls.app.src3
2 files changed, 5 insertions, 3 deletions
diff --git a/components/authorize/src/authorize.app.src b/components/authorize/src/authorize.app.src
index 0232ec9..49775d9 100644
--- a/components/authorize/src/authorize.app.src
+++ b/components/authorize/src/authorize.app.src
@@ -2,7 +2,7 @@
%% Copyright (C) 2014, Jaguar Land Rover
%%
%% This program is licensed under the terms and conditions of the
-%% Mozilla Public License, version 2.0. The full text of the
+%% Mozilla Public License, version 2.0. The full text of the
%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
%%
@@ -16,7 +16,8 @@
{applications, [
kernel,
stdlib,
- rvi_common
+ rvi_common,
+ public_key
]},
{mod, { authorize_app, []}},
{start_phases, [{ json_rpc, []}, {announce, []}]},
diff --git a/components/dlink_tls/src/dlink_tls.app.src b/components/dlink_tls/src/dlink_tls.app.src
index 3698775..9a6087d 100644
--- a/components/dlink_tls/src/dlink_tls.app.src
+++ b/components/dlink_tls/src/dlink_tls.app.src
@@ -16,7 +16,8 @@
kernel,
stdlib,
rvi_common,
- dlink
+ dlink,
+ ssl
]},
{mod, { dlink_tls_app, []}},
{start_phases, [{json_rpc, []}, {connection_manager, []}, {announce, []}]},