mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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:
committed by
Armin Kuster
parent
8d2d193ce3
commit
ee18901e78
@@ -47,5 +47,7 @@ do_install_append() {
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "ctdb.service"
|
||||
|
||||
FILES_${PN} += "/run"
|
||||
|
||||
# onnode is a shell script with bashisms and bash #!
|
||||
RDEPENDS_${PN} += "bash"
|
||||
|
||||
Reference in New Issue
Block a user