diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2015-11-12 13:17:24 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-30 13:02:22 -0500 |
| commit | 352755e2b7d512f043df798d986f4ad46bd87e0e (patch) | |
| tree | d5f7f41335484b0d5fe915218973757d36be8563 | |
| parent | 49fa307d479376ce8404d24c6d6d7142dcd941fb (diff) | |
| download | meta-openembedded-352755e2b7d512f043df798d986f4ad46bd87e0e.tar.gz | |
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>
| -rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb index 3731efd6b4..5718c5ffbe 100644 --- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb +++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | |||
| @@ -41,3 +41,6 @@ do_install_append() { | |||
| 41 | SYSTEMD_SERVICE_${PN} = "ctdb.service" | 41 | SYSTEMD_SERVICE_${PN} = "ctdb.service" |
| 42 | 42 | ||
| 43 | FILES_${PN} += "/run" | 43 | FILES_${PN} += "/run" |
| 44 | |||
| 45 | # onnode is a shell script with bashisms and bash #! | ||
| 46 | RDEPENDS_${PN} += "bash" | ||
