summaryrefslogtreecommitdiff
path: root/elements/ivi-common/automotive-message-broker.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/ivi-common/automotive-message-broker.bst')
-rw-r--r--elements/ivi-common/automotive-message-broker.bst28
1 files changed, 28 insertions, 0 deletions
diff --git a/elements/ivi-common/automotive-message-broker.bst b/elements/ivi-common/automotive-message-broker.bst
new file mode 100644
index 00000000..666b2b3c
--- /dev/null
+++ b/elements/ivi-common/automotive-message-broker.bst
@@ -0,0 +1,28 @@
+kind: cmake
+description: Automotive Message Broker framework
+depends:
+- cpp-common-libs.bst
+- glib-common.bst
+sources:
+- kind: git
+ url: upstream:automotive-message-broker
+ track: '0.14'
+ ref: 5cac4bd2958ea24ac6913be5baa0dfcda6466089
+config:
+ install-commands:
+ (>):
+ - mkdir -p "%{install-root}/usr/lib/systemd/system"
+ - |
+ cat >"%{install-root}/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