diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2017-12-07 17:25:18 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-12-11 01:28:38 +0000 |
commit | c7cb35c87bc8f039837505eea3dc70219cb6ecea (patch) | |
tree | 996f1436d64f163ae96a699d05e40360dae1554e /meta-phosphor/common | |
parent | 8aa5639ec62b28e080b867db51cdb4a51e9fc2b5 (diff) | |
download | talos-openbmc-c7cb35c87bc8f039837505eea3dc70219cb6ecea.tar.gz talos-openbmc-c7cb35c87bc8f039837505eea3dc70219cb6ecea.zip |
phosphor-software-manager.bb: bump version
Change-Id: I5f7c538a2a1fbc9af90425834a5696b8f21e5a24
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb index ed8de0b33..396605a3d 100644 --- a/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb +++ b/meta-phosphor/common/recipes-phosphor/flash/phosphor-software-manager.bb @@ -97,6 +97,6 @@ do_install_append() { } SRC_URI += "git://github.com/openbmc/phosphor-bmc-code-mgmt" -SRCREV = "7e1abfcab8ab4b918a0725a0d91b998dff116eec" +SRCREV = "ee13e8318bef5724a66684ec4b3302e1725b6cb4" S = "${WORKDIR}/git" |