phosphor-ipmi-kcs: Convert to meson

Change-Id: I5657faffcf36bc1c21dfab3151033cc8a7fbb2c9
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
index 3d611de..b0d1eee 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb
@@ -5,7 +5,7 @@
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b1beb00e508e89da1ed2a541934f28c0"
 
-inherit autotools pkgconfig
+inherit meson pkgconfig
 inherit systemd
 
 PV = "1.0+git${SRCPV}"
@@ -20,7 +20,6 @@
 RRECOMMENDS_${PN} += "phosphor-ipmi-host"
 
 DEPENDS += " \
-        autoconf-archive-native \
         systemd \
         sdbusplus \
         boost \