diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2017-11-06 18:40:06 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-11-08 14:08:55 +0000 |
commit | f587cf1ba854e4ff78be86d93bf2d5f52fe0fff4 (patch) | |
tree | d53e584279725e352c556814a4ca331dad33a962 /meta-phosphor/common/recipes-devtools/python | |
parent | 3ae995c3751b05bc8bb39b338bcdc8fafcd2472c (diff) | |
download | talos-openbmc-f587cf1ba854e4ff78be86d93bf2d5f52fe0fff4.tar.gz talos-openbmc-f587cf1ba854e4ff78be86d93bf2d5f52fe0fff4.zip |
pyphosphor.bb: bump version
Change-Id: I24e9aee5c39114a29d08a49de48203c22b48dbeb
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python')
-rw-r--r-- | meta-phosphor/common/recipes-devtools/python/pyphosphor.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb b/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb index 85ca2e1b3..fc333f96e 100644 --- a/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb +++ b/meta-phosphor/common/recipes-devtools/python/pyphosphor.bb @@ -49,6 +49,6 @@ FILES_${PN}-dbus = "${PYTHON_SITEPACKAGES_DIR}/obmc/dbuslib" SRC_URI += "git://github.com/openbmc/pyphosphor" -SRCREV = "c88b0958925dabc74818de49e96defade3a1ab29" +SRCREV = "2b0543482c73eff66dc9f0cf126af3a86feb48c7" S = "${WORKDIR}/git" |