From ee18901e78e85a1b42de1380c1dad99390c0bc54 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 12 Nov 2015 13:17:24 -0700 Subject: ctdb: rdep on bash onnode is a shell script with bashisms and bash #!. Signed-off-by: Christopher Larson Signed-off-by: Joe MacDonald Signed-off-by: Armin Kuster --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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() { SYSTEMD_SERVICE_${PN} = "ctdb.service" +FILES_${PN} += "/run" + # onnode is a shell script with bashisms and bash #! RDEPENDS_${PN} += "bash" -- cgit 1.2.3-korg