aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-11-12 13:17:24 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2015-11-30 13:02:22 -0500
commit352755e2b7d512f043df798d986f4ad46bd87e0e (patch)
treed5f7f41335484b0d5fe915218973757d36be8563
parent49fa307d479376ce8404d24c6d6d7142dcd941fb (diff)
downloadmeta-openembedded-352755e2b7d512f043df798d986f4ad46bd87e0e.tar.gz
ctdb: rdep on bash
onnode is a shell script with bashisms and bash #!. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
index 3731efd6b4..5718c5ffbe 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -41,3 +41,6 @@ do_install_append() {
SYSTEMD_SERVICE_${PN} = "ctdb.service"
FILES_${PN} += "/run"
+
+# onnode is a shell script with bashisms and bash #!
+RDEPENDS_${PN} += "bash"