blob: 7ba18e4ad734cd2aa4b8d91b2986bc2af3c55653 [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."
Patrick Venturee7d9db62018-10-09 19:47:35 -07003PV = "1.0+git${SRCPV}"
Ed Tanous9936f862022-09-19 09:13:20 -07004PR = "r1"
5
6SKELETON_DIR = "pydownloadmgr"
Brad Bishop5f9be072016-06-27 14:53:52 -04007
8inherit skeleton-python
Brad Bishop1d525fa2016-08-17 20:27:37 -04009inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -040010
Patrick Williams12fc9392021-08-06 09:16:53 -050011RDEPENDS:${PN} += "\
Brad Bishop5f9be072016-06-27 14:53:52 -040012 python-dbus \
13 python-pygobject \
14 python-subprocess \
Brad Bishop376b0652016-08-29 21:47:04 -040015 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040016 "
17
Patrick Williams12fc9392021-08-06 09:16:53 -050018DBUS_SERVICE:${PN} += "org.openbmc.managers.Download.service"