blob: a9e070c7ba53ae4985b5e0e2a37cbc76823ff38c [file] [log] [blame]
Brad Bishop7b186ca2015-10-19 00:08:50 -04001SUMMARY = "Phosphor OpenBMC host IPMI to DBUS Example"
2DESCRIPTION = "Phosphor OpenBMC host IPMI to DBUS example implementation."
3PR = "r1"
Patrick Venture90c8a622018-10-09 19:50:21 -07004PV = "1.0+git${SRCPV}"
Brad Bishop7b186ca2015-10-19 00:08:50 -04005
Brad Bishop816eebb2016-06-28 18:54:16 -04006RDEPENDS_${PN} += "python-subprocess python-dbus python-pygobject"
Brad Bishopc30d7bb2017-01-17 10:07:14 -05007RRECOMMENDS_${PN} += "phosphor-ipmi-host"
Brad Bishop7b186ca2015-10-19 00:08:50 -04008
Brad Bishop816eebb2016-06-28 18:54:16 -04009inherit skeleton-python
Brad Bishop7b186ca2015-10-19 00:08:50 -040010
Brad Bishopa7156812016-09-06 22:02:03 -040011PROVIDES += "virtual/obmc-host-ipmi-hw"
12RPROVIDES_${PN} += "virtual-obmc-host-ipmi-hw"
13
Brad Bishop816eebb2016-06-28 18:54:16 -040014SKELETON_DIR = "pyipmitest"