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