diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-14 00:22:16 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | c67f65f4fa05f23bf3b187b51ffdb0c3b9052232 (patch) | |
tree | d2976be4da5ac47f0e44d92ac7818d3acd7d11f0 /meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |
parent | dccb790e187f3b6f06d53b000a9ffd0687d78876 (diff) | |
download | meta-openembedded-c67f65f4fa05f23bf3b187b51ffdb0c3b9052232.tar.gz |
python3-pydbus: cherry-pick patches from fedora
Fedora enhanced python3-pydbus:
- Support asynchronous calls
- Support transformation between D-Bus errors and
exceptions.
https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 7ed1c63b6..adaa86d5a 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
@@ -1,2 +1,6 @@ | |||
1 | require python-pydbus.inc | 1 | require python-pydbus.inc |
2 | inherit pypi setuptools3 | 2 | inherit pypi setuptools3 |
3 | |||
4 | SRC_URI += "file://0001-Support-asynchronous-calls-58.patch \ | ||
5 | file://0002-Support-transformation-between-D-Bus-errors-and-exce.patch \ | ||
6 | " | ||