tcf-agent: remove bash dependence

tcf-agent falls back to '/bin/sh' if 'bash' is not available, so don't
depend on bash at runtime.

https://jira.digi.com/browse/DEL-4987
https://jira.digi.com/browse/DEL-5360

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-11-22 10:08:19 +01:00
parent c224555451
commit f5a28b98e7
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (C) 2017 Digi International Inc.
# tcf-agent falls back to '/bin/sh' if 'bash' is not available, so don't
# depend on bash at runtime.
RDEPENDS_${PN}_remove = "bash"