mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
committed by
Joe MacDonald
parent
29e280ee11
commit
0db9697dc6
@@ -12,6 +12,9 @@ SECTION = "Applications/System"
|
||||
|
||||
DEPENDS = "curl libxml2 openssl libpam"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRCREV = "feb7ec9b004fcaea0dbe65ce8a1a79cc29dd994c"
|
||||
PV = "2.6.3"
|
||||
|
||||
|
||||
@@ -13,6 +13,9 @@ SRC_URI[sha256sum] = "3c53d358d6eaed1b211239df017c27c6f9970995d14102ae67bae16d4f
|
||||
|
||||
DEPENDS += "libpam openssl"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
# This gets us ssh-agent, which we are almost certain to want.
|
||||
#
|
||||
RDEPENDS_${PN} += "openssh-misc"
|
||||
|
||||
@@ -11,6 +11,9 @@ LICENSE = "EPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
|
||||
DEPENDS = "curl libpam openssl sblim-sfc-common unzip-native"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
|
||||
file://sfcb.service \
|
||||
file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \
|
||||
|
||||
@@ -21,6 +21,9 @@ SECTION = "System Environment/Base"
|
||||
|
||||
DEPENDS += "libpam"
|
||||
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1b4af6f3d4ee079a38107366e93b334d"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user