mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
ctdb: add dependency on libldb
* libldb is autodetected from sysroot: WARN: ctdb: ctdb rdepends on libtdb, but it isn't a build dependency? hand applied changes. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Conflicts: meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb
This commit is contained in:
committed by
Armin Kuster
parent
25d4048e49
commit
01189c7cd2
@@ -26,7 +26,7 @@ inherit autotools-brokensep pkgconfig systemd
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
DEPENDS += "popt libtevent talloc"
|
||||
DEPENDS += "popt libtevent talloc libldb"
|
||||
|
||||
do_configure() {
|
||||
oe_runconf
|
||||
|
||||
Reference in New Issue
Block a user