[oe] [PATCH][meta-networking] ctdb: add dependency on libldb

Martin Jansa martin.jansa at gmail.com
Mon Dec 14 18:30:49 UTC 2015


* libldb is autodetected from sysroot:
  WARN: ctdb: ctdb rdepends on libtdb, but it isn't a build dependency?

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 66e8faf..f95b5a2 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -29,7 +29,7 @@ PACKAGECONFIG[libtdb] = "--without-included-tdb,--with-included-tdb,libtdb"
 
 PARALLEL_MAKE = ""
 
-DEPENDS += "popt libtevent libtalloc"
+DEPENDS += "popt libtevent libtalloc libldb"
 
 do_configure() {
     oe_runconf
-- 
2.6.4




More information about the Openembedded-devel mailing list