summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb
index 0653e2ec3..191a389ae 100644
--- a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb
+++ b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb
@@ -9,6 +9,8 @@ inherit setuptools
inherit obmc-phosphor-dbus-service
inherit pythonnative
+include phosphor-settings-manager.inc
+
DBUS_SERVICE_${PN} = "org.openbmc.settings.Host.service"
DEPENDS += "python-pyyaml-native"
@@ -16,11 +18,8 @@ RDEPENDS_${PN} += "python-dbus python-pygobject python-ipy"
PROVIDES += "virtual/obmc-settings-mgmt"
RPROVIDES_${PN} += "virtual-obmc-settings-mgmt"
-SRC_URI += "git://github.com/openbmc/phosphor-settingsd"
SRC_URI += "file://merge_settings.py"
-SRCREV = "672219903522547fbef7258748521c96bf86705c"
-
S = "${WORKDIR}/git"
# Collect files in SRC_URI that end in ".override.yml" and call a script that
OpenPOWER on IntegriCloud