diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-20 22:24:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-24 11:49:45 -0700 |
commit | 9c8e28d80aa4d648de744308a96d66f8737e991a (patch) | |
tree | b51caf622eb123951327a14de96b69c001b8bfd0 | |
parent | 16dbfded41b9ee772f8f56e85098e7589a8b25c5 (diff) | |
download | meta-openembedded-9c8e28d80aa4d648de744308a96d66f8737e991a.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.bb | 2 |
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 ca152d9e0..99e62f66b 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" | |||
4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" | 4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" |
5 | 5 | ||
6 | DEPENDS += "libtdb libtalloc libtevent popt" | 6 | DEPENDS += "libtdb libtalloc libtevent popt" |
7 | RDEPENDS_pyldb += "python" | 7 | RDEPENDS_pyldb += "python samba" |
8 | 8 | ||
9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | 9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ |
10 | file://do-not-import-target-module-while-cross-compile.patch \ | 10 | file://do-not-import-target-module-while-cross-compile.patch \ |