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." |
| 3 | PR = "r1" |
Patrick Venture | e7d9db6 | 2018-10-09 19:47:35 -0700 | [diff] [blame] | 4 | PV = "1.0+git${SRCPV}" |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 5 | |
| 6 | inherit skeleton-python |
Brad Bishop | 1d525fa | 2016-08-17 20:27:37 -0400 | [diff] [blame] | 7 | inherit obmc-phosphor-dbus-service |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 8 | |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 9 | RDEPENDS:${PN} += "\ |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 10 | python-dbus \ |
| 11 | python-pygobject \ |
| 12 | python-subprocess \ |
Brad Bishop | 376b065 | 2016-08-29 21:47:04 -0400 | [diff] [blame] | 13 | pyphosphor-dbus \ |
Brad Bishop | 5f9be07 | 2016-06-27 14:53:52 -0400 | [diff] [blame] | 14 | " |
| 15 | |
| 16 | SKELETON_DIR = "pydownloadmgr" |
Patrick Williams | 12fc939 | 2021-08-06 09:16:53 -0500 | [diff] [blame] | 17 | DBUS_SERVICE:${PN} += "org.openbmc.managers.Download.service" |