mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 05:31:41 +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>
This commit is contained in:
parent
49fa307d47
commit
352755e2b7
@ -41,3 +41,6 @@ do_install_append() {
|
|||||||
SYSTEMD_SERVICE_${PN} = "ctdb.service"
|
SYSTEMD_SERVICE_${PN} = "ctdb.service"
|
||||||
|
|
||||||
FILES_${PN} += "/run"
|
FILES_${PN} += "/run"
|
||||||
|
|
||||||
|
# onnode is a shell script with bashisms and bash #!
|
||||||
|
RDEPENDS_${PN} += "bash"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user