summaryrefslogtreecommitdiff
path: root/units/bluetooth
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2018-05-16 10:53:01 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2018-05-16 10:53:01 +0200
commitace333cce05785433e001d0301a1437503dcf2ad (patch)
tree895d449261901cae27e2cde8ecc1c267b9ffa508 /units/bluetooth
parentadbcacc6bbfc4628788c4fe436f5822118a4b23b (diff)
units: update some requirements to use executable.name instead of package.name
To be snap-friendly where most of them are stage packages
Diffstat (limited to 'units/bluetooth')
-rw-r--r--units/bluetooth/jobs.pxu2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/bluetooth/jobs.pxu b/units/bluetooth/jobs.pxu
index 0a246dff..ef73a5a9 100644
--- a/units/bluetooth/jobs.pxu
+++ b/units/bluetooth/jobs.pxu
@@ -132,7 +132,7 @@ id: bluetooth/file_transfer_stress
estimated_duration: 300.0
requires:
package.name == 'bluez'
- package.name == 'obexftp'
+ executable.name == 'obexftp'
device.category == 'BLUETOOTH'
command:
if [ -z "$BTDEVADDR" ]