[oe-commits] [meta-openembedded] 05/15: ctdb: add PACKAGECONFIG for libtdb

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 13:48:41 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 8b7c6107e9d35a5979df74783b71afd2b7d4d921
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Fri Nov 20 02:05:13 2015 -0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 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 ba9c4e5..d4c0f86 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list