From cbae055a5b72547088f1828284e2d428fe66b2d9 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Thu, 7 Jan 2016 15:38:28 -0800 Subject: add missing ssl/public_key app dependencies --- components/authorize/src/authorize.app.src | 5 +++-- components/dlink_tls/src/dlink_tls.app.src | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'components') 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, []}]}, -- cgit v1.2.1