summaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch')
-rw-r--r--recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch b/recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch
index 9bb90d7..d70a103 100644
--- a/recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch
+++ b/recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch
@@ -1,4 +1,4 @@
1From 485cf109af4adf3050b558cf16c61b620d7b9fb0 Mon Sep 17 00:00:00 2001 1From fbe4fdfddb096e4e6650908929c366dcc9556ade Mon Sep 17 00:00:00 2001
2From: Mark Asselstine <mark.asselstine@windriver.com> 2From: Mark Asselstine <mark.asselstine@windriver.com>
3Date: Thu, 27 Feb 2014 21:50:40 -0500 3Date: Thu, 27 Feb 2014 21:50:40 -0500
4Subject: [PATCH] python: work around host and target python 4Subject: [PATCH] python: work around host and target python
@@ -18,6 +18,7 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
18Signed-off-by: Xulin Sun <xulin.sun@windriver.com> 18Signed-off-by: Xulin Sun <xulin.sun@windriver.com>
19[Yi: minor adjust the code to apply the patch on 3.11.1] 19[Yi: minor adjust the code to apply the patch on 3.11.1]
20Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 20Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
21
21--- 22---
22 configure.ac | 2 ++ 23 configure.ac | 2 ++
23 geo-replication/src/Makefile.am | 3 ++- 24 geo-replication/src/Makefile.am | 3 ++-
@@ -25,7 +26,7 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
25 3 files changed, 7 insertions(+), 4 deletions(-) 26 3 files changed, 7 insertions(+), 4 deletions(-)
26 27
27diff --git a/configure.ac b/configure.ac 28diff --git a/configure.ac b/configure.ac
28index 7a31038..e54d92b 100644 29index 8ce28f6..8e0652a 100644
29--- a/configure.ac 30--- a/configure.ac
30+++ b/configure.ac 31+++ b/configure.ac
31@@ -270,6 +270,8 @@ AC_CANONICAL_HOST 32@@ -270,6 +270,8 @@ AC_CANONICAL_HOST
@@ -76,6 +77,3 @@ index 2c48ca5..b1d1126 100644
76 strcmp (basename (buf + strlen (buf) + 1), GSYNCD_PY)) == 0) { 77 strcmp (basename (buf + strlen (buf) + 1), GSYNCD_PY)) == 0) {
77 ret = 1; 78 ret = 1;
78 break; 79 break;
79--
801.9.1
81