blob: ae9df3d9b7418195fb3b39d5edc50638df7f27c3 [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"
Andrew Geissler050d0bc2022-12-12 09:30:32 -060011SRCREV = "cab8c5368eda1547b882bfc519704cb06a4cb8af"
Ed Tanous9936f862022-09-19 09:13:20 -070012PV = "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"