diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2017-11-29 14:15:07 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-12-01 13:17:05 +0000 |
commit | 8958de256b2766f2ca66a30c7e9cadc5e55cc559 (patch) | |
tree | 708fd5706376b79512b5bbe03c64edeba467aaae /meta-phosphor/common/recipes-devtools/python | |
parent | 0d109bf638519c4bc81bb0931f6670dbe223a72e (diff) | |
download | talos-openbmc-8958de256b2766f2ca66a30c7e9cadc5e55cc559.tar.gz talos-openbmc-8958de256b2766f2ca66a30c7e9cadc5e55cc559.zip |
pyphosphor.bb: bump version
Change-Id: I7c5eb02fa8a72fe144bb526f5a6c0bf20e3adaae
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 fc333f96e..e60536069 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 = "2b0543482c73eff66dc9f0cf126af3a86feb48c7" +SRCREV = "7c08c35781b5da36d9195c942745c19fc297df68" S = "${WORKDIR}/git" |