blob: 37c9c3f7c170a4f2041a2a312561838d8e97f4ea [file] [log] [blame]
Brad Bishopce086742015-10-27 17:12:45 -04001SUMMARY = "Phosphor DBUS Object Manager"
2DESCRIPTION = "Phosphor DBUS object manager."
3HOMEPAGE = "http://github.com/openbmc/phosphor-objmgr"
4PR = "r1"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
7
8inherit allarch
9inherit obmc-phosphor-dbus-service
10inherit obmc-phosphor-systemd
11inherit setuptools
12
13DBUS_SERVICES += "org.openbmc.ObjectMapper"
14RDEPENDS_${PN} += " \
15 python-xml \
16 python-dbus \
17 python-pygobject \
18 "
19SRC_URI += " \
20 git://github.com/openbmc/phosphor-objmgr \
21 "
22
Chris Austeneb3d6112015-11-16 17:12:45 -060023SRCREV = "6aed08d480aa1e022df14d48b7a54f5b1790e7d9"
Brad Bishopce086742015-10-27 17:12:45 -040024
25S = "${WORKDIR}/git"