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>
diff --git a/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb b/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb
index 1daf736..1a1a4e2 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 @@
 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 @@
 
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
-
-EXTRA_OECONF += "--libdir=${base_libdir}"
+inherit meson pkgconfig
 
 FILES:${PN} += " \
                ${base_libdir}/security/ \