diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2016-09-28 14:10:03 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-09-28 14:10:03 -0500 |
commit | ace81b5c1927abc09d9f070fe2f0944dba9db213 (patch) | |
tree | 1dc039256651951ab517e41316f2f65f8cc6e0db /meta-phosphor/common/recipes-devtools/python | |
parent | 248a54f35d9b2312ff74d0eda46e6b38bd760829 (diff) | |
download | talos-openbmc-ace81b5c1927abc09d9f070fe2f0944dba9db213.tar.gz talos-openbmc-ace81b5c1927abc09d9f070fe2f0944dba9db213.zip |
pyphosphor.bb: bump version
Change-Id: I2e545723e73610db7f703d797821967c68c8a3d4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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 6889bca15..3f66b7f23 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 = "0722564e32b749e484dd64461817d9ce1374e2b6" +SRCREV = "4fed868c4a142f3f6951d1417916f7cf7eff2b29" S = "${WORKDIR}/git" |