Update intel-ipmi-oem recipe to use meson

intel-ipmi-oem repo has been updated to add the meson build
system. This bumps the repo and updates the yocto build type
to be meson.

Tested: Builds using meson

Change-Id: I8484d600a0d682f1a81ea670116e621daa8377c5
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
diff --git a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
index 85a5ff4..4b14ba0 100755
--- a/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb
@@ -12,9 +12,7 @@
 
 DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd phosphor-dbus-interfaces libgpiod libtinyxml2"
 
-inherit cmake obmc-phosphor-ipmiprovider-symlink pkgconfig
-
-EXTRA_OECMAKE="-DENABLE_TEST=0 -DYOCTO=1"
+inherit meson obmc-phosphor-ipmiprovider-symlink pkgconfig
 
 LIBRARY_NAMES = "libzinteloemcmds.so"