summaryrefslogtreecommitdiffstats
path: root/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-07-26 08:42:09 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-26 10:07:52 -0400
commit5bda0e0c27cef4b2bf73a6be8771778ddeece215 (patch)
treec094588f7508db9324ea3e11c6dc8965762eebed /recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch
parent4e05423f1542403651fe3e4623693aac857642bb (diff)
downloadmeta-cloud-services-5bda0e0c27cef4b2bf73a6be8771778ddeece215.tar.gz
glusterfs: uprev to 3.11.1
* Add systemd support * Drop the following patch which already fixed in upstream: 0001-Fix-for-mount.glusterfs-not-accepting-version-argume.patch 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/xlator-host-contamination-3.4.patch')
-rw-r--r--recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch34
1 files changed, 23 insertions, 11 deletions
diff --git a/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch b/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch
index 16cc47e..7d26ecf 100644
--- a/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch
+++ b/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch
@@ -4,36 +4,45 @@ the host's $(xlatordir) directory, resulting in contamination that gets
4flagged by Yocto's QA rules. 4flagged by Yocto's QA rules.
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7
7Signed-off-by: Donn Seeley <donn.seeley@windriver.com> 8Signed-off-by: Donn Seeley <donn.seeley@windriver.com>
9[Xulin: minor adjust to apply the patch]
10Signed-off-by: Xuin Sun <xulin.sun@windriver.com>
8--- 11---
9 xlators/mgmt/glusterd/src/Makefile.am | 2 -- 12 xlators/mgmt/glusterd/src/Makefile.am | 2 +-
10 xlators/nfs/server/src/Makefile.am | 2 -- 13 xlators/nfs/server/src/Makefile.am | 2 --
11 xlators/system/posix-acl/src/Makefile.am | 2 -- 14 xlators/system/posix-acl/src/Makefile.am | 2 --
12 3 files changed, 6 deletions(-) 15 3 files changed, 1 insertion(+), 5 deletions(-)
13 16
17diff --git a/xlators/mgmt/glusterd/src/Makefile.am b/xlators/mgmt/glusterd/src/Makefile.am
18index a8f27fb..8243bf0 100644
14--- a/xlators/mgmt/glusterd/src/Makefile.am 19--- a/xlators/mgmt/glusterd/src/Makefile.am
15+++ b/xlators/mgmt/glusterd/src/Makefile.am 20+++ b/xlators/mgmt/glusterd/src/Makefile.am
16@@ -33,8 +33,6 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_src 21@@ -54,7 +54,7 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
17 22
18 AM_CFLAGS = -Wall $(GF_CFLAGS) 23 AM_CFLAGS = -Wall $(GF_CFLAGS) $(URCU_CFLAGS) $(URCU_CDS_CFLAGS)
24
25-AM_LDFLAGS = -L$(xlatordir) $(URCU_LIBS) $(URCU_CDS_LIBS)
26+AM_LDFLAGS = -L$(URCU_LIBS) $(URCU_CDS_LIBS)
19 27
20-AM_LDFLAGS = -L$(xlatordir)
21-
22 CLEANFILES = 28 CLEANFILES =
23 29
24 install-data-hook: 30diff --git a/xlators/nfs/server/src/Makefile.am b/xlators/nfs/server/src/Makefile.am
31index f91bbcf..b16bb9b 100644
25--- a/xlators/nfs/server/src/Makefile.am 32--- a/xlators/nfs/server/src/Makefile.am
26+++ b/xlators/nfs/server/src/Makefile.am 33+++ b/xlators/nfs/server/src/Makefile.am
27@@ -19,6 +19,4 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) \ 34@@ -22,6 +22,4 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) \
28 35
29 AM_CFLAGS = -Wall $(GF_CFLAGS) 36 AM_CFLAGS = -Wall $(GF_CFLAGS)
30 37
31-AM_LDFLAGS = -L$(xlatordir) 38-AM_LDFLAGS = -L$(xlatordir)
32- 39-
33 CLEANFILES = 40 CLEANFILES =
41diff --git a/xlators/system/posix-acl/src/Makefile.am b/xlators/system/posix-acl/src/Makefile.am
42index bc5fbc2..0b9fabe 100644
34--- a/xlators/system/posix-acl/src/Makefile.am 43--- a/xlators/system/posix-acl/src/Makefile.am
35+++ b/xlators/system/posix-acl/src/Makefile.am 44+++ b/xlators/system/posix-acl/src/Makefile.am
36@@ -10,8 +10,6 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_src 45@@ -10,8 +10,6 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src
37 46
38 AM_CFLAGS = -Wall $(GF_CFLAGS) 47 AM_CFLAGS = -Wall $(GF_CFLAGS)
39 48
@@ -42,3 +51,6 @@ Signed-off-by: Donn Seeley <donn.seeley@windriver.com>
42 CLEANFILES = 51 CLEANFILES =
43 52
44 access-control-compat: 53 access-control-compat:
54--
551.9.1
56