diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-05-16 10:53:01 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-05-16 10:53:01 +0200 |
commit | ace333cce05785433e001d0301a1437503dcf2ad (patch) | |
tree | 895d449261901cae27e2cde8ecc1c267b9ffa508 /units/bluetooth | |
parent | adbcacc6bbfc4628788c4fe436f5822118a4b23b (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.pxu | 2 |
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" ] |