[oe-commits] [meta-openembedded] 02/36: ctdb: rdep on bash

git at git.openembedded.org git at git.openembedded.org
Mon May 2 13:18:41 UTC 2016


martin_jansa pushed a commit to branch jethro-next
in repository meta-openembedded.

commit ee18901e78e85a1b42de1380c1dad99390c0bc54
Author: Christopher Larson <chris_larson at mentor.com>
AuthorDate: Thu Nov 12 13:17:24 2015 -0700

    ctdb: rdep on bash
    
    onnode is a shell script with bashisms and bash #!.
    
    Signed-off-by: Christopher Larson <chris_larson at mentor.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 6acfed0..3e7bf96 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list