blob: 4639a9025d7543bb64dc429cffa2dad9c460c1b8 [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"
4
Brad Bishop816eebb2016-06-28 18:54:16 -04005RDEPENDS_${PN} += "python-subprocess python-dbus python-pygobject"
Brad Bishopc30d7bb2017-01-17 10:07:14 -05006RRECOMMENDS_${PN} += "phosphor-ipmi-host"
Brad Bishop7b186ca2015-10-19 00:08:50 -04007
Brad Bishop816eebb2016-06-28 18:54:16 -04008inherit skeleton-python
Brad Bishop7b186ca2015-10-19 00:08:50 -04009
Brad Bishopa7156812016-09-06 22:02:03 -040010PROVIDES += "virtual/obmc-host-ipmi-hw"
11RPROVIDES_${PN} += "virtual-obmc-host-ipmi-hw"
12
Brad Bishop816eebb2016-06-28 18:54:16 -040013SKELETON_DIR = "pyipmitest"