diff options
Diffstat (limited to 'meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch')
-rw-r--r-- | meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch | 10 |
1 files changed, 5 insertions, 5 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 df95a4c138..7b1dc8c6b3 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 | |||
2 | Author: Dongxiao Xu <dongxiao.xu@intel.com> | 2 | Author: Dongxiao Xu <dongxiao.xu@intel.com> |
3 | Date: Wed Sep 7 16:02:20 2011 +0800 | 3 | Date: Wed Sep 7 16:02:20 2011 +0800 |
4 | 4 | ||
5 | Avoid duplicated installation of errors.py | 5 | Avoid duplicated installation of errors.py |
6 | 6 | ||
7 | newer version of autotools don't seem to like listing files to install | 7 | newer version of autotools don't seem to like listing files to install |
8 | twice. Remove one errors.py from the installation list. | 8 | twice. Remove one errors.py from the installation list. |
9 | 9 | ||
10 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | 10 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> |
11 | 11 | ||
12 | Upstream-Status: Inappropirate [upstream inactive] | 12 | Upstream-Status: Inappropirate [upstream inactive] |
13 | 13 | ||
14 | diff --git a/src/Makefile.am b/src/Makefile.am | 14 | diff --git a/src/Makefile.am b/src/Makefile.am |
15 | index 5c27dfe..7536e43 100644 | 15 | index 5c27dfe..7536e43 100644 |