diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-03-28 07:20:03 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-28 13:06:57 +0000 |
commit | 9b9aafe14e301faec6d7db8979a0352163cb4312 (patch) | |
tree | 40e2b721e6a95a896af33e10b3477f4fb6911ea4 | |
parent | 8d0feeb0a59aa7d628a03e8dd4927f1f9e02940b (diff) | |
download | talos-openbmc-9b9aafe14e301faec6d7db8979a0352163cb4312.tar.gz talos-openbmc-9b9aafe14e301faec6d7db8979a0352163cb4312.zip |
pyphosphor.bb: bump version
Change-Id: I0b1bfd652a883795a20e09ef6fdd1d776f67d985
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-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 0b6d88f67..38c155233 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 = "dc0dc12bc812278c4a1d1ced740fed17ae3495db" +SRCREV = "93daccf77f24c8d8f0b9fdc739e102a662eef8df" S = "${WORKDIR}/git" |