[oe-commits] [meta-openembedded] 33/47: libldb: Add samba to rdeps for pyldb

git at git.openembedded.org git at git.openembedded.org
Tue Sep 25 16:19:15 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9c8e28d80aa4d648de744308a96d66f8737e991a
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Sep 20 22:24:17 2018 -0700

    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 at gmail.com>
---
 meta-networking/recipes-support/libldb/libldb_1.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ca152d9..99e62f6 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list