diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-07-03 10:15:28 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-07-03 10:15:28 +0200 |
commit | 299ce5c0cef29ac4cc1631c5d18c74cc1c324aa5 (patch) | |
tree | e1e47c6a4e78894af067cd42822ea6252a545236 /jobs | |
parent | 9d59f8582348f7a95205b6ca50587d45ba869857 (diff) |
Update bluetooth jobs to work on snappy
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/bluetooth.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/bluetooth.txt.in b/jobs/bluetooth.txt.in index 5a4bd7c..ea0c8ab 100644 --- a/jobs/bluetooth.txt.in +++ b/jobs/bluetooth.txt.in @@ -8,7 +8,7 @@ category_id: 2013.com.canonical.plainbox::bluetooth id: bluetooth/detect-output estimated_duration: 1.2 requires: - package.name == 'bluez' + package.name == 'bluez' or snap.name == 'bluez' device.category == 'BLUETOOTH' command: if rfkill list bluetooth | grep -q 'Hard blocked: yes'; then |