diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-01-23 16:30:03 -0600 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-01-23 16:30:03 -0600 |
commit | bceaf69092c394ad3eb2fe93696e1b71d93b563b (patch) | |
tree | 8e2c4fc349755320b9dbf2c8364d94787af54b73 /meta-phosphor/common/recipes-phosphor/settings | |
parent | 047ea6060fa9cc71e3652164e2b7fb515ba7652c (diff) | |
download | talos-openbmc-bceaf69092c394ad3eb2fe93696e1b71d93b563b.tar.gz talos-openbmc-bceaf69092c394ad3eb2fe93696e1b71d93b563b.zip |
phosphor-settings.bb: bump version
Change-Id: Id5798fa98b7b60e852fb8c2eb9b96c27c7f2b6af
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 527a48e4f..0a233c9c5 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 = "1d8b7cd1184a6038fc8dc77a41e29b37e7ab1402" +SRCREV = "eb1bea8a1abf28ae0b2411a9886566a013aa2a2a" S = "${WORKDIR}/git" |