diff options
| -rw-r--r-- | meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 |
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 236284df17..b648121e81 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 | ||
| 33 | DEPENDS += "popt libtevent libtalloc libldb" | 33 | DEPENDS += "popt libtevent libtalloc libldb" |
| 34 | 34 | ||
| 35 | # ctdbd_wrapper requires pgrep, hence procps | ||
| 36 | RDEPENDS_${PN} += "procps" | ||
| 37 | |||
| 35 | do_configure() { | 38 | do_configure() { |
| 36 | oe_runconf | 39 | oe_runconf |
| 37 | } | 40 | } |
