[oe-commits] [meta-openembedded] 25/26: libldb: add pam to REQUIRED_DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 06:18:50 UTC 2018


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

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

commit a190c2e39c1c219ab1ef34b87c3b495945b7bc32
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Sep 27 14:02:51 2018 +0000

    libldb: add pam to REQUIRED_DISTRO_FEATURES
    
    * dependency on samba was added recently in:
      libldb: Add samba to rdeps for pyldb
      so now we need to match samba restriction to prevent:
    
    ERROR: Nothing RPROVIDES 'samba' (but meta-oe/meta-networking/recipes-support/libldb/libldb_1.4.1.bb RDEPENDS on or otherwise requires it)
    samba was skipped: missing required distro feature 'pam' (not in DISTRO_FEATURES)
    NOTE: Runtime target 'samba' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['samba']
    ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
    Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libldb', 'samba']
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/libldb/libldb_1.4.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 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 99e62f6..3c7e545 100644
--- a/meta-networking/recipes-support/libldb/libldb_1.4.1.bb
+++ b/meta-networking/recipes-support/libldb/libldb_1.4.1.bb
@@ -35,7 +35,8 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada
 SRC_URI[md5sum] = "159a1b1a56dcccf410d1bba911be6076"
 SRC_URI[sha256sum] = "2df13aa25b376b314ce24182c37691959019523de3cc5356c40c1a333b0890a2"
 
-inherit waf-samba
+inherit waf-samba distro_features_check
+REQUIRED_DISTRO_FEATURES = "pam"
 
 S = "${WORKDIR}/ldb-${PV}"
 

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


More information about the Openembedded-commits mailing list