blob: 2b27dc16fc6a4cb148189ba085773b4325991397 [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 Bishop7b186ca2015-10-19 00:08:50 -04007inherit obmc-phosphor-host-ipmi-hw
Brad Bishop816eebb2016-06-28 18:54:16 -04008inherit skeleton-python
Brad Bishop7b186ca2015-10-19 00:08:50 -04009
Brad Bishop816eebb2016-06-28 18:54:16 -040010SKELETON_DIR = "pyipmitest"