Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 1 | SUMMARY = "OpenBMC org.openbmc.managers.Download example implementation" |
| 2 | DESCRIPTION = "An example implementation for the org.openbmc.managers.Download DBUS API." |
Patrick Venture | e7d9db6 | 2018-10-09 19:47:35 -0700 | [diff] [blame] | 3 | PV = "1.0+git${SRCPV}" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 4 | PR = "r1" |
| 5 | |
| 6 | SKELETON_DIR = "pydownloadmgr" |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 7 | |
| 8 | inherit skeleton-python |
Brad Bishop | 1d525fa | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 9 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 10 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 11 | RDEPENDS:${PN} += "\ |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 12 | python-dbus \ |
| 13 | python-pygobject \ |
| 14 | python-subprocess \ |
Brad Bishop | 376b065 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 15 | pyphosphor-dbus \ |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 16 | " |
| 17 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 18 | DBUS_SERVICE:${PN} += "org.openbmc.managers.Download.service" |