blob: b1a94de8832ddb6a338f86cb3e2407c4c47b3b33 [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 Geissler7e140202023-05-11 06:00:51 -050011SRCREV = "edd7082913317591626f81db1d53a2256722e95d"
Ed Tanous9936f862022-09-19 09:13:20 -070012PV = "0.1+git${SRCPV}"
13PR = "r1"
14
Patrick Williamsbccaff32023-04-14 11:24:47 -050015SRC_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
George Liua9805692023-04-13 14:14:23 +080023EXTRA_OEMESON = " \
24 -Dtests=disabled \
25 "
26
Ed Tanous9936f862022-09-19 09:13:20 -070027DBUS_SERVICE:${PN} += "xyz.openbmc_project.Network.SNMP.service"