Brad Bishop | 7b186ca | 2015-10-19 00:08:50 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor OpenBMC host IPMI to DBUS Example" |
| 2 | DESCRIPTION = "Phosphor OpenBMC host IPMI to DBUS example implementation." |
| 3 | PR = "r1" |
| 4 | |
Brad Bishop | 816eebb | 2016-06-28 18:54:16 -0400 | [diff] [blame] | 5 | RDEPENDS_${PN} += "python-subprocess python-dbus python-pygobject" |
Brad Bishop | 7b186ca | 2015-10-19 00:08:50 -0400 | [diff] [blame] | 6 | |
Brad Bishop | 7b186ca | 2015-10-19 00:08:50 -0400 | [diff] [blame] | 7 | inherit obmc-phosphor-host-ipmi-hw |
Brad Bishop | 816eebb | 2016-06-28 18:54:16 -0400 | [diff] [blame] | 8 | inherit skeleton-python |
Brad Bishop | 7b186ca | 2015-10-19 00:08:50 -0400 | [diff] [blame] | 9 | |
Brad Bishop | 816eebb | 2016-06-28 18:54:16 -0400 | [diff] [blame] | 10 | SKELETON_DIR = "pyipmitest" |