blob: c4856fecfe71a97988d6987ffd46242a020939fe [file] [log] [blame]
Ratan Gupta1baa4da2018-04-24 18:10:36 +05301SUMMARY = "SNMP Manager Configuration"
2DESCRIPTION = "SNMP Manager Configuration."
3HOMEPAGE = "http://github.com/openbmc/phosphor-snmp"
Ratan Gupta1baa4da2018-04-24 18:10:36 +05304LICENSE = "Apache-2.0"
Ed Tanouse46480f2022-03-09 17:14:44 -08005LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Ratan Gupta1baa4da2018-04-24 18:10:36 +05306DEPENDS += "systemd"
Patrick Williams4b32c9a2020-03-31 16:43:15 -05007DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"
Patrick Williamsce14ef62020-06-09 21:00:08 -05008DEPENDS += "phosphor-dbus-interfaces"
Ratan Gupta1baa4da2018-04-24 18:10:36 +05309DEPENDS += "phosphor-logging"
10DEPENDS += "net-snmp"
Ed Tanous9936f862022-09-19 09:13:20 -070011SRCREV = "c0d7cd47d4b198f752be3f497bc3c9ae98bb7141"
12PV = "0.1+git${SRCPV}"
13PR = "r1"
14
15SRC_URI += "git://github.com/openbmc/phosphor-snmp;branch=master;protocol=https"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053016
Ratan Gupta1baa4da2018-04-24 18:10:36 +053017S = "${WORKDIR}/git"
Ed Tanous9936f862022-09-19 09:13:20 -070018
19inherit meson pkgconfig
20inherit python3native
21inherit obmc-phosphor-dbus-service
22
23DBUS_SERVICE:${PN} += "xyz.openbmc_project.Network.SNMP.service"