blob: 6a6242037a90f6f1a2622996b5121c86e934cc0a [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
Brad Bishop5f9be072016-06-27 14:53:52 -04009RDEPENDS_${PN} += "\
10 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"
Brad Bishop1d525fa2016-08-17 20:27:37 -040017DBUS_SERVICE_${PN} += "org.openbmc.managers.Download.service"