[oe-commits] [meta-openembedded] 25/30: passwdqc: add pam-passwdqc to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Dec 23 04:09:03 UTC 2017


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

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

commit 1d943254ce7fb9a88e79ef175c8ec0d3d26dbbad
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Thu Dec 7 13:50:51 2017 +0800

    passwdqc: add pam-passwdqc to RDEPENDS
    
    Some basic function such as password change invoked
    by programs such as passwd depends on pam_passwdqc.so
    which is provided by subpackage pam-passwdqc.
    
    Add pam-passwdqc to RDEPENDS for passwdqc.
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb b/meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb
index b8f923c..198db3c 100644
--- a/meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb
+++ b/meta-oe/recipes-support/passwdqc/passwdqc_1.3.1.bb
@@ -59,5 +59,5 @@ FILES_lib${BPN} = "${base_libdir}/libpasswdqc.so.0"
 FILES_pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so"
 FILES_${PN}-dbg += "${base_libdir}/security/.debug"
 
-RDEPENDS_${PN} = "lib${BPN}"
+RDEPENDS_${PN} = "lib${BPN} pam-${BPN}"
 RDEPENDS_pam-${BPN} = "lib${BPN}"

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


More information about the Openembedded-commits mailing list