diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-07-18 00:00:15 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-19 02:35:27 +0000 |
commit | aa05b8b6499c20b7fee3911e6be13b0eb6a74115 (patch) | |
tree | a73d5f71a1ca11a59c1f435d3d6b39b8c5945608 /meta-phosphor/common/recipes-devtools | |
parent | 8af3309b5b1a7a2771b87ab10fb107a911e6d25c (diff) | |
download | talos-openbmc-aa05b8b6499c20b7fee3911e6be13b0eb6a74115.tar.gz talos-openbmc-aa05b8b6499c20b7fee3911e6be13b0eb6a74115.zip |
pyphosphor.bb: bump version
Change-Id: I63039db09157e68e0f8efd2e0f065a48d4673384
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools')
-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 3e0ad0b93..4b35942b5 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 = "9070d1b8bdcc61d0cc84e7754adb52323ce364fb" +SRCREV = "10ad8c33756cef4c9a2e9447402526a93ccc71ee" S = "${WORKDIR}/git" |