summaryrefslogtreecommitdiff
path: root/elements/ivi-common/automotive-message-broker.bst
blob: 666b2b3c7e04705033a12c17b762d8e1dc3fcc22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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