From 2e5be89872b2f0af136b00fe437a6b31c8722e6d Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 12 Nov 2015 13:17:24 -0700 Subject: ctdb: rdep on bash onnode is a shell script with bashisms and bash #!. Signed-off-by: Christopher Larson Signed-off-by: Joe MacDonald Signed-off-by: Armin Kuster --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3-54-g00ecf