summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/ipmi
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-08-11 03:18:26 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-08-14 02:28:22 +0300
commitea4134303c243cfdd531f72b8d5ccdf4d1abb8a1 (patch)
treebf2b10964473d31893eeb19ee5c8eb52a78b65e7 /meta-phosphor/recipes-phosphor/ipmi
parentce3365c36d3fa2074758407d863a5d5f0580cd76 (diff)
downloadopenbmc-ea4134303c243cfdd531f72b8d5ccdf4d1abb8a1.tar.xz
pam-ipmi: move to netipmi
There is no reason to install the pam-ipmi module if net-ipmi isn't being installed. (From meta-phosphor rev: 26921a3944fe1a7d223212c9715e6b50dd53f666) Change-Id: Ibb4a418f710f41d85472f7224fd9e480ca881296 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/ipmi')
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
index 969032c0c..162af9625 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb
@@ -15,6 +15,8 @@ DEPENDS += "phosphor-mapper"
DEPENDS += "systemd"
DEPENDS += "phosphor-ipmi-host"
+RRECOMMENDS_${PN} = "pam-ipmi"
+
SRC_URI += "git://github.com/openbmc/phosphor-net-ipmid"
SRCREV = "f6e7230d9cd45772a4237c024e6c3abf9b4cf7eb"