blob: 680f738815937a80469d2225531252911e13e559 [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 Bishopa6ec1d52016-09-08 17:09:18 -04006RRECOMMENDS_${PN} += "host-ipmid"
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"