0001-remove-dependencies-from-rebar-config.patch 635 B

123456789101112131415161718
  1. Without this patch, dependencies would be downloaded and compiled
  2. by rebar at build time.
  3. Signed-off-by: Christophe Romain <cromain@process-one.net>
  4. diff --git a/rebar.config b/rebar.config
  5. index 99f5047..ac2f3b2 100644
  6. --- a/rebar.config
  7. +++ b/rebar.config
  8. @@ -32,8 +32,6 @@
  9. {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
  10. {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
  11. -{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}}]}.
  12. -
  13. {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.
  14. {cover_enabled, true}.