mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
5ecb9d5474
commit
053248455f
@@ -26,7 +26,7 @@ inherit autotools-brokensep pkgconfig systemd
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
DEPENDS += "popt libtevent libtalloc"
|
||||
DEPENDS += "popt libtevent libtalloc libldb"
|
||||
|
||||
do_configure() {
|
||||
oe_runconf
|
||||
|
||||
Reference in New Issue
Block a user