summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch10
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch2
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch2
3 files changed, 7 insertions, 7 deletions
diff --git a/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch
index df95a4c13..7b1dc8c6b 100644
--- a/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch
+++ b/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch
@@ -2,14 +2,14 @@ commit f6c67662145de889055a86a6b3b12c70a45fc8d5
2Author: Dongxiao Xu <dongxiao.xu@intel.com> 2Author: Dongxiao Xu <dongxiao.xu@intel.com>
3Date: Wed Sep 7 16:02:20 2011 +0800 3Date: Wed Sep 7 16:02:20 2011 +0800
4 4
5 Avoid duplicated installation of errors.py 5Avoid duplicated installation of errors.py
6 6
7 newer version of autotools don't seem to like listing files to install 7newer version of autotools don't seem to like listing files to install
8 twice. Remove one errors.py from the installation list. 8twice. Remove one errors.py from the installation list.
9 9
10 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> 10Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
11 11
12 Upstream-Status: Inappropirate [upstream inactive] 12Upstream-Status: Inappropirate [upstream inactive]
13 13
14diff --git a/src/Makefile.am b/src/Makefile.am 14diff --git a/src/Makefile.am b/src/Makefile.am
15index 5c27dfe..7536e43 100644 15index 5c27dfe..7536e43 100644
diff --git a/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch b/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch
index c5cb9a878..eb97f0585 100644
--- a/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch
+++ b/meta-python/recipes-devtools/python/python3-pydbus/0001-Support-asynchronous-calls-58.patch
@@ -16,7 +16,7 @@ def func(x, y, returned=None, error=None):
16 16
17proxy.Method(a, b, callback=func, callback_args=(x, y)) 17proxy.Method(a, b, callback=func, callback_args=(x, y))
18 18
19Upstream-Status: Cherry-pick [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/] 19Upstream-Status: Backport [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/]
20 20
21Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 21Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
22--- 22---
diff --git a/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch b/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch
index f5c0390c5..9c9b9b779 100644
--- a/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch
+++ b/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-transformation-between-D-Bus-errors-and-exce.patch
@@ -7,7 +7,7 @@ Subject: [PATCH 2/2] Support transformation between D-Bus errors and
7Exceptions can be registered with decorators, raised in a remote 7Exceptions can be registered with decorators, raised in a remote
8method and recreated after return from the remote call. 8method and recreated after return from the remote call.
9 9
10Upstream-Status: Cherry-pick [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/] 10Upstream-Status: Backport [https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/]
11 11
12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13--- 13---