summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2023-06-27 20:27:29 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-08-03 21:18:55 +0300
commitd85ca7557dae9de385d9237cc4bb97cf47f70334 (patch)
treede1ac574e41f7c039d66f12c58d689cb9bdead94
parent3416889460750753874464c253d4b5813a3056ae (diff)
downloadopenbmc-d85ca7557dae9de385d9237cc4bb97cf47f70334.tar.xz
Update pam-ipmi to use meson build
Bump SRCREV to latest and update the yocto recipe to use the new meson build. Change-Id: I0afcbb75d138dee84a45e3f5049eebfab59812b3 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
-rw-r--r--meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
index 1daf736c69..1a1a4e2653 100644
--- a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
+++ b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
@@ -3,9 +3,8 @@ DESCRIPTION = "PAM modules managing password for IPMI"
HOMEPAGE = "http://github.com/openbmc/pam-ipmi"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-DEPENDS += "autoconf-archive-native"
DEPENDS += "openssl libpam"
-SRCREV = "9e7627a5fff4cb72abd10d96d3aee794e588b2ee"
+SRCREV = "cbf6f7ee9bf2b1fd0e1b84aa8d7492d72c51272a"
PV = "1.0+git${SRCPV}"
PR = "r1"
@@ -13,9 +12,7 @@ SRC_URI = "git://github.com/openbmc/pam-ipmi;branch=master;protocol=https"
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
-
-EXTRA_OECONF += "--libdir=${base_libdir}"
+inherit meson pkgconfig
FILES:${PN} += " \
${base_libdir}/security/ \