diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2016-04-06 14:46:51 -0700 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-04-29 11:57:47 -0400 |
| commit | 7290932db6d92b5904ed0bef69b4df7ee22d60b4 (patch) | |
| tree | 7d624826539633c882a98cb03e2f2b89000c061b | |
| parent | dc0bc56d4a750ab287771980bf6c96e69dd98aa4 (diff) | |
| download | meta-openembedded-7290932db6d92b5904ed0bef69b4df7ee22d60b4.tar.gz | |
ctdb: rdepend on procps
ctdbd_wrapper requires pgrep.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -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 | } |
