Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 1 | SUMMARY = "Phosphor DBUS Object Manager" |
| 2 | DESCRIPTION = "Phosphor DBUS object manager." |
| 3 | HOMEPAGE = "http://github.com/openbmc/phosphor-objmgr" |
| 4 | PR = "r1" |
| 5 | LICENSE = "Apache-2.0" |
| 6 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" |
| 7 | |
| 8 | inherit allarch |
| 9 | inherit obmc-phosphor-dbus-service |
| 10 | inherit obmc-phosphor-systemd |
| 11 | inherit setuptools |
| 12 | |
| 13 | DBUS_SERVICES += "org.openbmc.ObjectMapper" |
| 14 | RDEPENDS_${PN} += " \ |
| 15 | python-xml \ |
| 16 | python-dbus \ |
| 17 | python-pygobject \ |
| 18 | " |
Chris Austen | 350def1 | 2015-12-02 22:32:06 -0600 | [diff] [blame] | 19 | SRC_URI += "git://github.com/openbmc/phosphor-objmgr" |
Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 20 | |
Chris Austen | 8c88302 | 2016-02-09 14:34:44 -0600 | [diff] [blame] | 21 | SRCREV = "956dd44fe5c8377ec90cef393f65033d59e082b0" |
Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 22 | |
| 23 | S = "${WORKDIR}/git" |