summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch')
-rw-r--r--meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch b/meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch
deleted file mode 100644
index 7b3d7b7..0000000
--- a/meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Upstream-Status: Inappropriate [other]
2
3The package searches the web for xsl documents and this causes the build to fail.
4
5Index: rabbitmq-server-3.0.4/Makefile
6===================================================================
7--- rabbitmq-server-3.0.4.orig/Makefile
8+++ rabbitmq-server-3.0.4/Makefile
9@@ -320,7 +320,7 @@ $(SOURCE_DIR)/%_usage.erl:
10
11 docs_all: $(MANPAGES) $(WEB_MANPAGES)
12
13-install: install_bin install_docs
14+install: install_bin
15
16 install_bin: all install_dirs
17 cp -r ebin include LICENSE* INSTALL $(TARGET_DIR)