mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user