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>
This commit is contained in:
Christopher Larson 2015-11-12 13:17:24 -07:00 committed by Armin Kuster
parent 7f63341777
commit 2e5be89872

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"