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-networking/recipes-connectivity/samba | |
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-networking/recipes-connectivity/samba')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.7.0.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb b/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb index 686998e5e..854cb8af5 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb | |||
@@ -40,9 +40,10 @@ inherit systemd waf-samba cpan-base perlnative update-rc.d | |||
40 | # remove default added RDEPENDS on perl | 40 | # remove default added RDEPENDS on perl |
41 | RDEPENDS_${PN}_remove = "perl" | 41 | RDEPENDS_${PN}_remove = "perl" |
42 | 42 | ||
43 | #DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libbsd libaio libpam" | 43 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libbsd libaio libpam" |
44 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libbsd libaio libpam" | 44 | |
45 | DEPENDS += "libldb" | 45 | inherit distro_features_check |
46 | REQUIRED_DISTRO_FEATURES = "pam" | ||
46 | 47 | ||
47 | DEPENDS_append_libc-musl = " libtirpc" | 48 | DEPENDS_append_libc-musl = " libtirpc" |
48 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" | 49 | CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc" |