Brad Bishop | 86ee1cf | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC org.openbmc.control.Chassis example implementation" |
2 | DESCRIPTION = "An example implementation of the org.openbmc.control.Chassis DBUS API." | ||||
3 | PR = "r1" | ||||
4 | |||||
5 | inherit skeleton-python | ||||
6 | |||||
7 | RDEPENDS_${PN} += "\ | ||||
8 | python-dbus \ | ||||
9 | python-pygobject \ | ||||
10 | python-netclient \ | ||||
11 | pyphosphor \ | ||||
12 | " | ||||
13 | |||||
14 | SKELETON_DIR = "pychassisctl" |