From 629297d079b73b0330b36dd57865dfdc0691b969 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 20 Nov 2015 02:05:13 -0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++ 1 file changed, 3 insertions(+) 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 0178674bd3..40c3ad1c28 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 libldb" -- cgit 1.2.3-korg