From e947c83c175c8779e22a9b29a433be9a873d61fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 22 Dec 2016 15:14:21 +0100 Subject: [PATCH] experiments --- snap/snapcraft.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 95492130..691e8b7c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -3,6 +3,7 @@ version: 0.1.0 summary: An open source IoT server description: The guh daemon is a plugin based IoT (Internet of Things) server. The server works like a translator for devices, things and services and allows them to interact. With the powerful rule engine you are able to connect any device available in the system and create individual scenes and behaviors for your environment. confinement: strict +grade: devel apps: guhd: @@ -15,10 +16,12 @@ apps: - network-observe - serial-port - bluetooth-control + - avahi-observe - bluez + - shutdown parts: - application: + guhd: plugin: qmake source: ../ options: [ CONFIG+=ccache, CONFIG+=disabletesting, CONFIG+=snappy ] @@ -50,4 +53,3 @@ parts: - logrotate - avahi-daemon after: [qt5conf] -