diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-04-13 08:28:21 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-13 15:55:13 -0400 |
commit | f34fab4825f838f242ba3c953974d17acfe4403d (patch) | |
tree | b60bd84b849d9058071d497d5950d0a46f28dfb0 /recipes-extended/glusterfs/files/python-work-around-host-and-target-python.patch | |
parent | 71e038b0094a028f1a41387e6e097cbbf20e485a (diff) | |
download | meta-cloud-services-f34fab4825f838f242ba3c953974d17acfe4403d.tar.gz |
glusterfs: refresh patches to fix QA warning
Refresh patches with devtool command to fix do_patch warning.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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.patch | 8 |
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 @@ | |||
1 | From 485cf109af4adf3050b558cf16c61b620d7b9fb0 Mon Sep 17 00:00:00 2001 | 1 | From fbe4fdfddb096e4e6650908929c366dcc9556ade Mon Sep 17 00:00:00 2001 |
2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
3 | Date: Thu, 27 Feb 2014 21:50:40 -0500 | 3 | Date: Thu, 27 Feb 2014 21:50:40 -0500 |
4 | Subject: [PATCH] python: work around host and target python | 4 | Subject: [PATCH] python: work around host and target python |
@@ -18,6 +18,7 @@ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> | |||
18 | Signed-off-by: Xulin Sun <xulin.sun@windriver.com> | 18 | Signed-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] |
20 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | 20 | Signed-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 | ||
27 | diff --git a/configure.ac b/configure.ac | 28 | diff --git a/configure.ac b/configure.ac |
28 | index 7a31038..e54d92b 100644 | 29 | index 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 | -- | ||
80 | 1.9.1 | ||
81 | |||