summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb3
1 files changed, 3 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 236284df1..b648121e8 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 = ""
32 32
33DEPENDS += "popt libtevent libtalloc libldb" 33DEPENDS += "popt libtevent libtalloc libldb"
34 34
35# ctdbd_wrapper requires pgrep, hence procps
36RDEPENDS_${PN} += "procps"
37
35do_configure() { 38do_configure() {
36 oe_runconf 39 oe_runconf
37} 40}