blob: b1464b561f155f794564536f5f2aae3094552270 [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"
4PR = "r1"
5PV = "0.1+git${SRCPV}"
6
7inherit autotools pkgconfig
Patrick Williams5745d862020-04-02 07:29:26 -05008inherit python3native
Ratan Gupta1baa4da2018-04-24 18:10:36 +05309inherit obmc-phosphor-dbus-service
10
11LICENSE = "Apache-2.0"
Ed Tanouse46480f2022-03-09 17:14:44 -080012LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053013
Patrick Williamsbb99d222022-01-24 15:55:09 -060014SRC_URI += "git://github.com/openbmc/phosphor-snmp;branch=master;protocol=https"
Andrew Geissler84cf0c32022-04-11 18:20:16 +000015SRCREV = "b9b4c7dbe36b52288a8882e95868925b76bcaf8c"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053016
Patrick Williams12fc9392021-08-06 09:16:53 -050017DBUS_SERVICE:${PN} += "xyz.openbmc_project.Network.SNMP.service"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053018
19DEPENDS += "systemd"
20DEPENDS += "autoconf-archive-native"
Patrick Williams4b32c9a2020-03-31 16:43:15 -050021DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"
Patrick Williamsce14ef62020-06-09 21:00:08 -050022DEPENDS += "phosphor-dbus-interfaces"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053023DEPENDS += "phosphor-logging"
24DEPENDS += "net-snmp"
25
Ratan Gupta1baa4da2018-04-24 18:10:36 +053026S = "${WORKDIR}/git"