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/sblim-sfcb | |
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/sblim-sfcb')
-rw-r--r-- | meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb index c6b9f1019b..152ae22902 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb | |||
@@ -11,6 +11,9 @@ LICENSE = "EPL-1.0" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" |
12 | DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native" | 12 | DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native" |
13 | 13 | ||
14 | inherit distro_features_check | ||
15 | REQUIRED_DISTRO_FEATURES = "pam" | ||
16 | |||
14 | SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ | 17 | SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ |
15 | file://sfcb.service \ | 18 | file://sfcb.service \ |
16 | file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \ | 19 | file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \ |