blob: c53e687771d400fcd9ec06cce287d7824f225c6d [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 "
Chris Austen350def12015-12-02 22:32:06 -060019SRC_URI += "git://github.com/openbmc/phosphor-objmgr"
Brad Bishopce086742015-10-27 17:12:45 -040020
Adriana Kobylak07b82832016-06-09 16:29:45 -050021SRCREV = "0bdc22a259720ee3a7ca78ee3aa07ab83bb39743"
Brad Bishopce086742015-10-27 17:12:45 -040022
23S = "${WORKDIR}/git"