mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
libldb: Add samba to rdeps for pyldb
Fixes ERROR: QA Issue: pyldb rdepends on samba, but it isn't a build dependency, missing samba in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ SECTION = "libs"
|
|||||||
LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+"
|
LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+"
|
||||||
|
|
||||||
DEPENDS += "libtdb libtalloc libtevent popt"
|
DEPENDS += "libtdb libtalloc libtevent popt"
|
||||||
RDEPENDS_pyldb += "python"
|
RDEPENDS_pyldb += "python samba"
|
||||||
|
|
||||||
SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \
|
SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \
|
||||||
file://do-not-import-target-module-while-cross-compile.patch \
|
file://do-not-import-target-module-while-cross-compile.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user