summaryrefslogtreecommitdiff
path: root/strata/erlang.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-09 16:52:33 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-10 12:57:13 +0000
commit93a67f51872288da56363bbe3eec0e530c6d6c1b (patch)
treebe7aacc969e67026f805ee3b4ce6cc49e2b1db6a /strata/erlang.morph
parent8ee7515c5ba344303b4ca2f534c7364914a1e3e9 (diff)
downloaddefinitions-93a67f51872288da56363bbe3eec0e530c6d6c1b.tar.gz
Move erlang-sd_notify to openstack-service stratum
erlang-sd_notify is required only, at the moment, by rabbitmq server to be able to send notifications to systemd, so makes sense for it to belongs only to openstack-service stratum making the erlang stratum minimal. This movement makes erlang stratum not depends on systemd (because erlang-sd_notify needs systemd headers to compile), defo it can depends only in core stratum. Change-Id: Ie6fbb58502336d21fa882bae09860a56d4c14a60
Diffstat (limited to 'strata/erlang.morph')
-rw-r--r--strata/erlang.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/strata/erlang.morph b/strata/erlang.morph
index d31e78cd..e9e61bea 100644
--- a/strata/erlang.morph
+++ b/strata/erlang.morph
@@ -2,7 +2,7 @@ name: erlang
kind: stratum
description: stratum for erlang/otp and stuff
build-depends:
-- morph: strata/tools.morph
+- morph: strata/core.morph
chunks:
- name: erlang
morph: strata/erlang/erlang.morph
@@ -16,11 +16,3 @@ chunks:
unpretrify-ref: master
build-depends:
- erlang
-- name: erlang-sd_notify
- morph: strata/erlang/erlang-sd_notify.morph
- repo: upstream:erlang-modules/erlang-sd_notify
- ref: 99f4689c2c18570680329f822591f95f9341ca10
- unpretrify-ref: master
- build-depends:
- - erlang
- - rebar