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-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index fefc045386..c72936c087 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb @@ -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}" -- cgit 1.2.3-korg