From 1e7567ad8eef3a3b1aa3c60f71d7eff507f6aefa Mon Sep 17 00:00:00 2001 From: He Zhe Date: Wed, 28 Jun 2017 16:52:48 +0800 Subject: glusterfs: Move from meta-openstack to meta-cloud-services It's not an openstack specific package. Signed-off-by: He Zhe Signed-off-by: Bruce Ashfield --- .../files/xlator-host-contamination-3.4.patch | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch (limited to 'recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch') diff --git a/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch b/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch new file mode 100644 index 00000000..16cc47e0 --- /dev/null +++ b/recipes-extended/glusterfs/files/xlator-host-contamination-3.4.patch @@ -0,0 +1,44 @@ +Three of the translator makefiles in glusterfs add unnecessary +-L$(xlatordir) link options. This option causes the linker to check +the host's $(xlatordir) directory, resulting in contamination that gets +flagged by Yocto's QA rules. + +Upstream-Status: Pending +Signed-off-by: Donn Seeley +--- + xlators/mgmt/glusterd/src/Makefile.am | 2 -- + xlators/nfs/server/src/Makefile.am | 2 -- + xlators/system/posix-acl/src/Makefile.am | 2 -- + 3 files changed, 6 deletions(-) + +--- a/xlators/mgmt/glusterd/src/Makefile.am ++++ b/xlators/mgmt/glusterd/src/Makefile.am +@@ -33,8 +33,6 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_src + + AM_CFLAGS = -Wall $(GF_CFLAGS) + +-AM_LDFLAGS = -L$(xlatordir) +- + CLEANFILES = + + install-data-hook: +--- a/xlators/nfs/server/src/Makefile.am ++++ b/xlators/nfs/server/src/Makefile.am +@@ -19,6 +19,4 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) \ + + AM_CFLAGS = -Wall $(GF_CFLAGS) + +-AM_LDFLAGS = -L$(xlatordir) +- + CLEANFILES = +--- a/xlators/system/posix-acl/src/Makefile.am ++++ b/xlators/system/posix-acl/src/Makefile.am +@@ -10,8 +10,6 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_src + + AM_CFLAGS = -Wall $(GF_CFLAGS) + +-AM_LDFLAGS = -L$(xlatordir) +- + CLEANFILES = + + access-control-compat: -- cgit