blob: a608b0ab292311ca56a39efc86430a68c4c0df42 [file] [log] [blame]
Brad Bishop5f9be072016-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 Bishop1d525fa2016-08-17 20:27:37 -04006inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -04007
Brad Bishop5f9be072016-06-27 14:53:52 -04008RDEPENDS_${PN} += "\
9 python-dbus \
10 python-pygobject \
11 python-subprocess \
Brad Bishop376b0652016-08-29 21:47:04 -040012 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040013 "
14
15SKELETON_DIR = "pydownloadmgr"
Brad Bishop1d525fa2016-08-17 20:27:37 -040016DBUS_SERVICE_${PN} += "org.openbmc.managers.Download.service"