aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-11-20 02:05:13 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-29 16:23:34 -0500
commit8b7c6107e9d35a5979df74783b71afd2b7d4d921 (patch)
tree9a85931279e86f3367e848afd84a283da0dcd71c /meta-networking/recipes-support
parent36fa2355a028e47a302b2fa723144ea3ea731fb0 (diff)
downloadmeta-openembedded-contrib-8b7c6107e9d35a5979df74783b71afd2b7d4d921.tar.gz
ctdb: add PACKAGECONFIG for libtdb
Fixed: WARNING: QA Issue: ctdb rdepends on libtdb, but it isn't a build dependency? [build-deps] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-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 ba9c4e5ef0..d4c0f861f8 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -25,6 +25,9 @@ SRC_URI[sha256sum] = "d5bf3f674cae986bb6178b1db215a703ac94adc5f75fadfdcff63dcbb5
inherit autotools-brokensep pkgconfig systemd
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libtdb] = "--without-included-tdb,--with-included-tdb,libtdb"
+
PARALLEL_MAKE = ""
DEPENDS += "popt libtevent libtalloc libldb"