From 0db9697dc6b8cb470cd97377638af69dc1052189 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 1 Feb 2018 14:23:40 +0000 Subject: samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, smbnetfs: require pam in DISTRO_FEATURES * there is explicit dependency on libpam without respecting pam in DISTRO_FEATURES so add the check to prevent people building it against broken libpam Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster Signed-off-by: Joe MacDonald --- meta-python/recipes-devtools/python/python-pam_1.8.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pam_1.8.2.bb b/meta-python/recipes-devtools/python/python-pam_1.8.2.bb index 05bddd527b..60a3b43de5 100644 --- a/meta-python/recipes-devtools/python/python-pam_1.8.2.bb +++ b/meta-python/recipes-devtools/python/python-pam_1.8.2.bb @@ -10,3 +10,6 @@ PYPI_PACKAGE = "python-pam" inherit pypi setuptools RDEPENDS_${PN} = "libpam" + +inherit distro_features_check +REQUIRED_DISTRO_FEATURES = "pam" -- cgit 1.2.3-korg