[oe-commits] [meta-openembedded] 05/36: samba: add missing RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Feb 1 16:01:23 UTC 2018


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

armin_kuster pushed a commit to branch rocko
in repository meta-openembedded.

commit 9afe8a43a4991d5b4a5d08c9e20eacd0a997af53
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Oct 24 16:22:34 2017 +0800

    samba: add missing RDEPENDS
    
    * samba-tool requires the python modules from samba-python
      or it fails with:
    
      Traceback (most recent call last):
        File "/usr/bin/samba-tool", line 33, in <module>
          from samba.netcmd.main import cmd_sambatool
      ImportError: No module named samba.netcmd.main
    
    * Provisioning with samba-tool requires samba-dsdb-modules
      or it fails with:
    
      Setting up secrets.ldb
      ldb: unable to stat module /usr/lib64/samba/ldb : No such file or directory
      WARNING: Module [samba_secrets] not found - do you need to set LDB_MODULES_PATH?
      Unable to load modules for /var/lib/samba/private/secrets.ldb: (null)
      ERROR(ldb): uncaught exception - None
    
    * samba-python requires pytalloc and python-tdb or it fails with:
    
      TypeError: pytalloc: unable to get talloc.BaseObject type
      ERROR(<type 'exceptions.ImportError'>): uncaught exception - No module named tdb
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    (cherry picked from commit 9245c2a7ec30ba5df6826acd91d7a76d7f51d017)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-connectivity/samba/samba_4.6.7.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb b/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb
index 59d7425..2b227c9 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb
@@ -186,7 +186,8 @@ python samba_populate_packages() {
 
 PACKAGESPLITFUNCS_prepend = "samba_populate_packages "
 
-RDEPENDS_${PN} += "${PN}-base"
+RDEPENDS_${PN} += "${PN}-base ${PN}-python ${PN}-dsdb-modules"
+RDEPENDS_${PN}-python += "pytalloc python-tdb"
 
 FILES_${PN}-base = "${sbindir}/nmbd \
                     ${sbindir}/smbd \

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


More information about the Openembedded-commits mailing list