diff --git a/meta-digi-dey/recipes-devtools/tcf-agent/tcf-agent_git.bbappend b/meta-digi-dey/recipes-devtools/tcf-agent/tcf-agent_git.bbappend new file mode 100644 index 000000000..e948a4fc4 --- /dev/null +++ b/meta-digi-dey/recipes-devtools/tcf-agent/tcf-agent_git.bbappend @@ -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"