blob: 6a6242037a90f6f1a2622996b5121c86e934cc0a [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"
Patrick Venture93bbf262018-10-09 19:47:35 -07004PV = "1.0+git${SRCPV}"
Brad Bishop86ee1cf2016-06-27 14:53:52 -04005
6inherit skeleton-python
Brad Bishop0fe80462016-08-17 20:27:37 -04007inherit obmc-phosphor-dbus-service
Brad Bishop86ee1cf2016-06-27 14:53:52 -04008
Brad Bishop86ee1cf2016-06-27 14:53:52 -04009RDEPENDS_${PN} += "\
10 python-dbus \
11 python-pygobject \
12 python-subprocess \
Brad Bishop1b4e4472016-08-29 21:47:04 -040013 pyphosphor-dbus \
Brad Bishop86ee1cf2016-06-27 14:53:52 -040014 "
15
16SKELETON_DIR = "pydownloadmgr"
Brad Bishop0fe80462016-08-17 20:27:37 -040017DBUS_SERVICE_${PN} += "org.openbmc.managers.Download.service"