mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
7f63341777
commit
2e5be89872
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user