diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2017-12-12 14:05:09 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-12-13 02:16:53 +0000 |
commit | bb98c22b878ac8c550494026c797784a98cd43fa (patch) | |
tree | 368c0f5af7eb754b632fe07b2c46ee3249244995 | |
parent | 1601cf6f690d9ce82f5c513ed6a8b2db0c667fb9 (diff) | |
download | talos-openbmc-bb98c22b878ac8c550494026c797784a98cd43fa.tar.gz talos-openbmc-bb98c22b878ac8c550494026c797784a98cd43fa.zip |
pyphosphor.bb: bump version
Change-Id: Ic24f68a274da32984844e01a50da5c9a7259aee8
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-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 e60536069..43c3aa100 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 = "7c08c35781b5da36d9195c942745c19fc297df68" +SRCREV = "5c5479b0a7c0a0370ccab2b8d53075d90ae431b0" S = "${WORKDIR}/git" |