From be8754501141ae9f60fae14f76cd2f09fdab9568 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 11 Aug 2019 14:33:18 +0200 Subject: port to rebar3 --- ebin/osmo_ss7.app | 3 ++- rebar.config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ebin/osmo_ss7.app b/ebin/osmo_ss7.app index 4cb4f2a..3e8c59c 100644 --- a/ebin/osmo_ss7.app +++ b/ebin/osmo_ss7.app @@ -25,7 +25,8 @@ ]}, {registered, [osmo_ss7_app]}, {mod, {osmo_ss7_app, []}}, - {applications, []}, + {applications, [kernel, + stdlib]}, {env, [ ]} ]}. diff --git a/rebar.config b/rebar.config index 91a446e..8e5debe 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {erl_opts, [debug_info]}. {sub_dirs, ["rel"]}. {deps, [ - {epcap, "0.03", {git, "git://git.osmocom.org/erlang/epcap", "master"}} + {epcap, "0.7.9", {git, "https://github.com/msantos/epcap", {branch, "master"}}} ]}. {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}. -- cgit v1.2.3