diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2015-11-12 13:17:24 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-04-17 07:00:42 -0700 |
| commit | ee18901e78e85a1b42de1380c1dad99390c0bc54 (patch) | |
| tree | 7bb5d770e9e9df3481da0472dcfb859827589543 /meta-networking | |
| parent | 8d2d193ce3ad5c9fdd62afac1b6c986e50748d08 (diff) | |
| download | meta-openembedded-ee18901e78e85a1b42de1380c1dad99390c0bc54.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 2 |
1 files changed, 2 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 6acfed0e2c..3e7bf961fe 100644 --- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb +++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | |||
| @@ -47,5 +47,7 @@ do_install_append() { | |||
| 47 | 47 | ||
| 48 | SYSTEMD_SERVICE_${PN} = "ctdb.service" | 48 | SYSTEMD_SERVICE_${PN} = "ctdb.service" |
| 49 | 49 | ||
| 50 | FILES_${PN} += "/run" | ||
| 51 | |||
| 50 | # onnode is a shell script with bashisms and bash #! | 52 | # onnode is a shell script with bashisms and bash #! |
| 51 | RDEPENDS_${PN} += "bash" | 53 | RDEPENDS_${PN} += "bash" |
