blob: 15c6982849bc4bda056fa2bdde6776aba1dda72f [file] [log] [blame]
SUMMARY = "Settings DBUS object"
DESCRIPTION = "Settings DBUS object"
HOMEPAGE = "http://github.com/openbmc/phosphor-settingsd"
PR = "r1"
inherit allarch
inherit obmc-phosphor-license
inherit setuptools
inherit obmc-phosphor-dbus-service
DBUS_SERVICE_${PN} = "org.openbmc.settings.Host.service"
DEPENDS += "python-pyyaml-native"
RDEPENDS_${PN} += "python-dbus python-pygobject"
PROVIDES += "virtual/obmc-settings-mgmt"
RPROVIDES_${PN} += "virtual-obmc-settings-mgmt"
SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
SRCREV = "f68b86490896ef53db8a61071073da249e01f795"
S = "${WORKDIR}/git"