summaryrefslogtreecommitdiff
path: root/elements/ivi-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:40:38 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:11 +0000
commit7aad5150f69da42b84994c353283db5daf8e967f (patch)
tree813f30921faea689677aa308bd61488229266d06 /elements/ivi-common
parentfa91b837f4bf46b19678a2c3d6b56f73cdc786a6 (diff)
downloaddefinitions-7aad5150f69da42b84994c353283db5daf8e967f.tar.gz
Add BuildStream converted files
This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used
Diffstat (limited to 'elements/ivi-common')
-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