blob: 06983724599a8518d666d4b351192fa596bd258f [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 Bishop7b186ca2015-10-19 00:08:50 -04006
Brad Bishop816eebb2016-06-28 18:54:16 -04007inherit skeleton-python
Brad Bishop7b186ca2015-10-19 00:08:50 -04008
Brad Bishopa7156812016-09-06 22:02:03 -04009PROVIDES += "virtual/obmc-host-ipmi-hw"
10RPROVIDES_${PN} += "virtual-obmc-host-ipmi-hw"
11
Brad Bishop816eebb2016-06-28 18:54:16 -040012SKELETON_DIR = "pyipmitest"