[yocto] [meta-cgl][PATCH 1/1] crmsh: and RDEPENDS on bash

Joe Slater joe.slater at windriver.com
Thu Aug 22 13:44:57 PDT 2019


Several test scripts need /bin/bash instead of /bin/sh.

Signed-off-by: Joe Slater <joe.slater at windriver.com>
---
 meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb b/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
index 7563c99..040b4d3 100644
--- a/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
+++ b/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb
@@ -11,7 +11,7 @@ DEPENDS = "asciidoc-native \
            libxslt-native \
            python-setuptools-native \
            "
-RDEPENDS_${PN} = "pacemaker python-lxml gawk"
+RDEPENDS_${PN} = "pacemaker python-lxml gawk bash"
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://github.com/ClusterLabs/${BPN}.git;branch=crmsh-3.0 \
-- 
2.7.4



More information about the yocto mailing list