blob: 1c5fe28441ba32151f4b9e7322cd3214f28f3435 [file] [log] [blame]
SUMMARY = "Settings DBUS object"
DESCRIPTION = "Settings DBUS object"
HOMEPAGE = "http://github.com/openbmc/phosphor-settingsd"
PR = "r1"
inherit obmc-phosphor-license
inherit obmc-phosphor-systemd
RDEPENDS_${PN} += "python-dbus python-pygobject"
SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
SRCREV = "33e0930724c12f83ddf99f7452fc0551ac10ccfc"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}/${sbindir}
install ${S}/settings_file.py ${D}/${sbindir}
install ${S}/settings_manager.py ${D}/${sbindir}
}