phosphor-snmp: srcrev bump 208acee790..dec302696a

George Liu (3):
      logging: switch to lg2
      Handle D-Bus exceptions
      Remove compilation using autotools

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I61d45f153458bc3e8a382c94781509eb5a53b2b4
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb
index 868448f..57f2079 100644
--- a/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb
+++ b/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb
@@ -4,7 +4,7 @@
 PR = "r1"
 PV = "0.1+git${SRCPV}"
 
-inherit autotools pkgconfig
+inherit meson pkgconfig
 inherit python3native
 inherit obmc-phosphor-dbus-service
 
@@ -12,12 +12,11 @@
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
 SRC_URI += "git://github.com/openbmc/phosphor-snmp;branch=master;protocol=https"
-SRCREV = "208acee7906e8819d7c8a9cd18710e2d7a3f0261"
+SRCREV = "dec302696ab3d2f89b64d401e0da9d9bf240c7e5"
 
 DBUS_SERVICE:${PN} += "xyz.openbmc_project.Network.SNMP.service"
 
 DEPENDS += "systemd"
-DEPENDS += "autoconf-archive-native"
 DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"
 DEPENDS += "phosphor-dbus-interfaces"
 DEPENDS += "phosphor-logging"