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