From 352755e2b7d512f043df798d986f4ad46bd87e0e Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 12 Nov 2015 13:17:24 -0700 Subject: [PATCH] ctdb: rdep on bash onnode is a shell script with bashisms and bash #!. Signed-off-by: Christopher Larson Signed-off-by: Joe MacDonald --- 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"