diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-04-04 14:20:03 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-04-04 20:26:19 +0000 |
commit | 42953cf15a7457f256c299dd202450642afde75d (patch) | |
tree | 143cb5392dbbf26f65704251072f1faf90446931 /meta-phosphor/common/recipes-phosphor/settings | |
parent | bf430ba9791bd09255cf2cc49f76701a0b62e3ec (diff) | |
download | talos-openbmc-42953cf15a7457f256c299dd202450642afde75d.tar.gz talos-openbmc-42953cf15a7457f256c299dd202450642afde75d.zip |
phosphor-settings.bb: bump version
Change-Id: I1a4de9eb9e848eccdd45136e59ae653d55bf3a45
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/settings')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb index 25f12a1e7..a5385b95f 100644 --- a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb +++ b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings.bb @@ -17,6 +17,6 @@ RPROVIDES_${PN} += "virtual-obmc-settings-mgmt" SRC_URI += "git://github.com/openbmc/phosphor-settingsd" -SRCREV = "aaa74c14cd5799ac560dc92445a14c28832026c1" +SRCREV = "0e72d933c0716a2b93003aba34c325e77a1d7646" S = "${WORKDIR}/git" |