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 <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Martin Jansa
2018-02-01 14:23:40 +00:00
committed by Joe MacDonald
parent 29e280ee11
commit 0db9697dc6
7 changed files with 23 additions and 3 deletions

View File

@@ -11,6 +11,10 @@ HOMEPAGE ="http://sourceforge.net/projects/smbnetfs"
DEPENDS = "fuse samba"
DEPENDS_append_libc-musl = " libexecinfo"
# samba depends on libpam
inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "pam"
inherit autotools gitpkgv pkgconfig
PKGV = "${GITPKGVTAG}"