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>
This commit is contained in:
Christopher Larson 2015-11-12 13:17:24 -07:00 committed by Joe MacDonald
parent 49fa307d47
commit 352755e2b7

View File

@ -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"