From 93a67f51872288da56363bbe3eec0e530c6d6c1b Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Tue, 9 Jun 2015 16:52:33 +0000 Subject: 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 --- strata/erlang.morph | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'strata/erlang.morph') 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 -- cgit v1.2.1