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/openstack-services.morph | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'strata/openstack-services.morph') diff --git a/strata/openstack-services.morph b/strata/openstack-services.morph index 081b97f3..484aa95f 100644 --- a/strata/openstack-services.morph +++ b/strata/openstack-services.morph @@ -9,6 +9,11 @@ build-depends: - morph: strata/test-tools.morph - morph: strata/python-tools.morph chunks: +- name: erlang-sd_notify + morph: strata/openstack-services/erlang-sd_notify.morph + repo: upstream:erlang-modules/erlang-sd_notify + ref: 99f4689c2c18570680329f822591f95f9341ca10 + unpretrify-ref: 0.1 - name: rabbitmq-codegen morph: strata/openstack-services/rabbitmq-codegen.morph ref: 4dc5ccde2a0b3d638e5754b00abf94196fe9ca32 -- cgit v1.2.1