blob: 3c4766e68d64c229e584f62abdf34f215f0b0412 [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
7SYSTEMD_SERVICE_${PN} = "host-ipmi-hw.service"
8
Brad Bishop7b186ca2015-10-19 00:08:50 -04009inherit obmc-phosphor-host-ipmi-hw
Brad Bishop816eebb2016-06-28 18:54:16 -040010inherit skeleton-python
Brad Bishop7b186ca2015-10-19 00:08:50 -040011
Brad Bishop816eebb2016-06-28 18:54:16 -040012SKELETON_DIR = "pyipmitest"