blob: 72a635026ce02716349d72e261cd90ad8009a01e [file] [log] [blame]
Brad Bishop86ee1cf2016-06-27 14:53:52 -04001SUMMARY = "OpenBMC org.openbmc.managers.Download example implementation"
2DESCRIPTION = "An example implementation for the org.openbmc.managers.Download DBUS API."
3PR = "r1"
4
5inherit skeleton-python
Brad Bishop0fe80462016-08-17 20:27:37 -04006inherit obmc-phosphor-dbus-service
Brad Bishop86ee1cf2016-06-27 14:53:52 -04007
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008RDEPENDS_${PN} += "\
9 python-dbus \
10 python-pygobject \
11 python-subprocess \
12 pyphosphor \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040013 "
14
15SKELETON_DIR = "pydownloadmgr"
Brad Bishop0fe80462016-08-17 20:27:37 -040016DBUS_SERVICE_${PN} += "org.openbmc.managers.Download.service"