aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-20 22:24:17 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-21 07:47:11 -0700
commit011c52dbca5e9b71589af967d1f5874db60d0772 (patch)
tree06d0d08801f79991078bb790fb7c7d7fd1a66ce1
parent91c59818bb11fed71b7d948f9f6c1a36e341a0c3 (diff)
downloadmeta-openembedded-contrib-011c52dbca5e9b71589af967d1f5874db60d0772.tar.gz
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>
-rw-r--r--meta-networking/recipes-support/libldb/libldb_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.4.1.bb b/meta-networking/recipes-support/libldb/libldb_1.4.1.bb
index ca152d9e07..99e62f66bb 100644
--- a/meta-networking/recipes-support/libldb/libldb_1.4.1.bb
+++ b/meta-networking/recipes-support/libldb/libldb_1.4.1.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+"
DEPENDS += "libtdb libtalloc libtevent popt"
-RDEPENDS_pyldb += "python"
+RDEPENDS_pyldb += "python samba"
SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \
file://do-not-import-target-module-while-cross-compile.patch \