summaryrefslogtreecommitdiff
path: root/strata/ivi-common
diff options
context:
space:
mode:
authorFrancisco Redondo <francisco.marchena@codethink.co.uk>2016-04-06 10:16:34 +0000
committerFrancisco Redondo <francisco.marchena@codethink.co.uk>2016-04-06 10:16:34 +0000
commit72f4c0f1d371b3169bd89262ca9c6c877e4a05df (patch)
tree227edd39b574801a3bf1559f5177400967c871c0 /strata/ivi-common
parentaae6c313a831b8a5d876b89e351ef1fbe3b7741d (diff)
downloaddefinitions-72f4c0f1d371b3169bd89262ca9c6c877e4a05df.tar.gz
Revert "Move automotive-message-broke to ivi-common"
This reverts commit aae6c313a831b8a5d876b89e351ef1fbe3b7741d. Change-Id: I09bb426f2d8199d3edc45a4d707ff718b602e945
Diffstat (limited to 'strata/ivi-common')
-rw-r--r--strata/ivi-common/automotive-message-broker.morph20
1 files changed, 0 insertions, 20 deletions
diff --git a/strata/ivi-common/automotive-message-broker.morph b/strata/ivi-common/automotive-message-broker.morph
deleted file mode 100644
index 50428735..00000000
--- a/strata/ivi-common/automotive-message-broker.morph
+++ /dev/null
@@ -1,20 +0,0 @@
-name: automotive-message-broker
-kind: chunk
-description: Automotive Message Broker framework
-build-system: cmake
-post-install-commands:
-- mkdir -p "$DESTDIR/usr/lib/systemd/system"
-- |
- cat >"$DESTDIR/usr/lib/systemd/system/ambd.service" <<EOF
- [Unit]
- Description=Automotive Message Broker
- After=syslog.target
-
- [Service]
- Type=dbus
- BusName=org.automotive.message.broker
- ExecStart=/usr/bin/ambd
-
- [Install]
- WantedBy=multi-user.target
- EOF