[oe-commits] [meta-openembedded] 12/15: ctdb: rdepend on procps

git at git.openembedded.org git at git.openembedded.org
Thu Apr 21 17:08:54 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 6914b91340c54b73c5863122a408fae102e2e7ef
Author: Christopher Larson <chris_larson at mentor.com>
AuthorDate: Wed Apr 6 14:46:51 2016 -0700

    ctdb: rdepend on procps
    
    ctdbd_wrapper requires pgrep.
    
    Signed-off-by: Christopher Larson <chris_larson at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++
 1 file changed, 3 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 236284d..b648121 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -32,6 +32,9 @@ PARALLEL_MAKE = ""
 
 DEPENDS += "popt libtevent libtalloc libldb"
 
+# ctdbd_wrapper requires pgrep, hence procps
+RDEPENDS_${PN} += "procps"
+
 do_configure() {
     oe_runconf
 }

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


More information about the Openembedded-commits mailing list