[oe-commits] [meta-openembedded] 08/33: ctdb: rdepend on procps

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 09:49:47 UTC 2016


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

commit 0db3408136363b6f151b9dc3db5145a8d257bd11
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>
---
 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 66c966d..232546c 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -28,6 +28,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