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 | " |
| 19 | SRC_URI += " \ |
| 20 | git://github.com/openbmc/phosphor-objmgr \ |
| 21 | " |
| 22 | |
Chris Austen | eb3d611 | 2015-11-16 17:12:45 -0600 | [diff] [blame] | 23 | SRCREV = "6aed08d480aa1e022df14d48b7a54f5b1790e7d9" |
Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 24 | |
| 25 | S = "${WORKDIR}/git" |