From f5a28b98e71f6f89fa3d46ff6935b12be86a62bc Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 22 Nov 2017 10:08:19 +0100 Subject: [PATCH] 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 --- .../recipes-devtools/tcf-agent/tcf-agent_git.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-digi-dey/recipes-devtools/tcf-agent/tcf-agent_git.bbappend 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"