aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-11-20 01:04:59 -0800
committerRobert Yang <liezhi.yang@windriver.com>2015-11-20 01:35:50 -0800
commita45598f01fd11c9fee84bfb1055cbf9a220ca765 (patch)
treeb42f1849128fede1e8cb0f055d4354ac2ed8b9d8
parentb32062fe5fc0dc3c7124a9957693964fa99e7693 (diff)
downloadmeta-openembedded-contrib-a45598f01fd11c9fee84bfb1055cbf9a220ca765.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>
-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 70bdfb12ef..c19916c563 100644
--- a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
+++ b/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
@@ -24,6 +24,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 talloc"