summaryrefslogtreecommitdiff
path: root/elements/ivi-common/automotive-message-broker.bst
blob: aa57b07f006a67512b162e47e3bc3b234b15cd81 (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
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:
  post-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