summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2022-05-16 11:24:37 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-05-19 06:54:41 +0300
commit7849626949c90de00d82975866ca02fd8a0a5118 (patch)
tree1a66e789aa596a4f1bd8ba75c1300040529d2a36 /meta-phosphor/recipes-phosphor
parent32722ced827e67fbf68c3b0589959b4fc8cbd81a (diff)
downloadopenbmc-7849626949c90de00d82975866ca02fd8a0a5118.tar.xz
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
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb
index 868448f4ae..57f2079f1e 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 @@ HOMEPAGE = "http://github.com/openbmc/phosphor-snmp"
PR = "r1"
PV = "0.1+git${SRCPV}"
-inherit autotools pkgconfig
+inherit meson pkgconfig
inherit python3native
inherit obmc-phosphor-dbus-service
@@ -12,12 +12,11 @@ LICENSE = "Apache-2.0"
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"