blob: 216825d9700a812dc83d3e342f97aed7c21ff3a4 [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 = "256be7873400074fb35701684f773c07ef78b525"
S = "${WORKDIR}/git"
do_install() {
install -d ${D}/${sbindir}
install ${S}/settings_file.py ${D}/${sbindir}
install ${S}/settings_manager.py ${D}/${sbindir}
}