Move btbridge to meson

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ia9430f7c894e75ca3e311d240b2ceb6eb12848d3
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb
index 71d0b03..d13b088 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb
@@ -2,7 +2,6 @@
 DESCRIPTION = "Phosphor OpenBMC BT to DBUS."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-DEPENDS += "autoconf-archive-native"
 DEPENDS += "systemd"
 PROVIDES += "virtual/obmc-host-ipmi-hw"
 SRCREV = "8ee19a4d70f7fd3aeb617728e3e65d3745ff281c"
@@ -13,7 +12,7 @@
 
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig
+inherit meson pkgconfig
 inherit obmc-phosphor-dbus-service
 
 RRECOMMENDS:${PN} += "phosphor-ipmi-host"