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 = "3bda531d94f4c93473bbedd7d7e5c44d4d9da93b" S = "${WORKDIR}/git" do_install() { install -d ${D}/${sbindir} install ${S}/settings_file.py ${D}/${sbindir} install ${S}/settings_manager.py ${D}/${sbindir} }