diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2018-02-01 14:23:40 +0000 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-03-05 11:45:40 -0500 |
| commit | 0db9697dc6b8cb470cd97377638af69dc1052189 (patch) | |
| tree | c22262d4a8729e2b9de0afdb0f070ffee59a13f7 /meta-oe/recipes-extended/openwsman | |
| parent | 29e280ee11c9a6f13c004ff25299668e4616f275 (diff) | |
| download | meta-openembedded-0db9697dc6b8cb470cd97377638af69dc1052189.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-extended/openwsman')
| -rw-r--r-- | meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb b/meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb index c4778ca38a..f618f02b5d 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb +++ b/meta-oe/recipes-extended/openwsman/openwsman_2.6.3.bb | |||
| @@ -12,6 +12,9 @@ SECTION = "Applications/System" | |||
| 12 | 12 | ||
| 13 | DEPENDS = "curl libxml2 openssl libpam" | 13 | DEPENDS = "curl libxml2 openssl libpam" |
| 14 | 14 | ||
| 15 | inherit distro_features_check | ||
| 16 | REQUIRED_DISTRO_FEATURES = "pam" | ||
| 17 | |||
| 15 | SRCREV = "feb7ec9b004fcaea0dbe65ce8a1a79cc29dd994c" | 18 | SRCREV = "feb7ec9b004fcaea0dbe65ce8a1a79cc29dd994c" |
| 16 | PV = "2.6.3" | 19 | PV = "2.6.3" |
| 17 | 20 | ||
