blob: 7f4787b748b2eb42d907151a8117b1cb23456e20 [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
8inherit pythonnative
9inherit obmc-phosphor-dbus-service
10
11LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
13
14SRC_URI += "git://github.com/openbmc/phosphor-snmp"
Andrew Geissler5d134792019-08-08 15:31:15 +000015SRCREV = "85c11b9b5dadd5907a268694fd9efcaeef22481d"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053016
17DBUS_SERVICE_${PN} += "xyz.openbmc_project.Network.SNMP.service"
18
19DEPENDS += "systemd"
20DEPENDS += "autoconf-archive-native"
Patrick Williams4b32c9a2020-03-31 16:43:15 -050021DEPENDS += "sdbusplus ${PYTHON_PN}-sdbus++-native"
Ratan Gupta1baa4da2018-04-24 18:10:36 +053022DEPENDS += "phosphor-dbus-interfaces phosphor-dbus-interfaces-native"
23DEPENDS += "phosphor-logging"
24DEPENDS += "net-snmp"
25
Ratan Gupta1baa4da2018-04-24 18:10:36 +053026S = "${WORKDIR}/git"