blob: a6cd6605878e2c7330ac418560b8688be51f90d9 [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"
Patrick Venturee7d9db62018-10-09 19:47:35 -07004PV = "1.0+git${SRCPV}"
Brad Bishop5f9be072016-06-27 14:53:52 -04005
6inherit skeleton-python
Brad Bishop1d525fa2016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop5f9be072016-06-27 14:53:52 -04008
Patrick Williams12fc9392021-08-06 09:16:53 -05009RDEPENDS:${PN} += "\
Brad Bishop5f9be072016-06-27 14:53:52 -040010 python-dbus \
11 python-pygobject \
12 python-subprocess \
Brad Bishop376b0652016-08-29 21:47:04 -040013 pyphosphor-dbus \
Brad Bishop5f9be072016-06-27 14:53:52 -040014 "
15
16SKELETON_DIR = "pydownloadmgr"
Patrick Williams12fc9392021-08-06 09:16:53 -050017DBUS_SERVICE:${PN} += "org.openbmc.managers.Download.service"