summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-05-18 18:30:28 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-05-18 18:33:20 +0300
commitfe22f567152534fe4c76ba109dd5449bd4867f22 (patch)
tree859c821f4452eeb636b7342ac26290bb13988957 /meta-phosphor/recipes-extended
parent200c2d35bf7f1df327c5b82080bddbd705fab3b3 (diff)
downloadopenbmc-fe22f567152534fe4c76ba109dd5449bd4867f22.tar.xz
meta-phosphor: pam-ipmi: prep for usrmerge
Change If53ea402f1e50416bc8a0e561d42080ea68742f9 is going to require us to pass the `--libdir` configure option so that the install directory of the PAM modules is not hard-coded, but instead relies on the `${base_libdir}` derived by the usrmerge feature. Add this now in preparation. This is the same approach taken by the base PAM recipe. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1a46177f65347521debca54f00145d32872b05b6
Diffstat (limited to 'meta-phosphor/recipes-extended')
-rw-r--r--meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
index 62d82c9551..1eb7154e92 100644
--- a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
+++ b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
@@ -15,6 +15,8 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig
+EXTRA_OECONF += "--libdir=${base_libdir}"
+
FILES:${PN} += " \
${base_libdir}/security/ \
${sysconfdir}/key_file \