summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ctdb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-11-12 13:17:24 -0700
committerArmin Kuster <akuster808@gmail.com>2015-12-20 14:09:34 -0800
commit2e5be89872b2f0af136b00fe437a6b31c8722e6d (patch)
tree7875b2f69b608d876daf44179be0905e1eb540ca /meta-networking/recipes-support/ctdb
parent7f633417770a27196cee06bfe06de01754e2ef5d (diff)
downloadmeta-openembedded-2e5be89872b2f0af136b00fe437a6b31c8722e6d.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/ctdb')
-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 3731efd6b..5718c5ffb 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() {
41SYSTEMD_SERVICE_${PN} = "ctdb.service" 41SYSTEMD_SERVICE_${PN} = "ctdb.service"
42 42
43FILES_${PN} += "/run" 43FILES_${PN} += "/run"
44
45# onnode is a shell script with bashisms and bash #!
46RDEPENDS_${PN} += "bash"